mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
consul: use gemdir
This commit is contained in:
parent
18fbdf14cd
commit
f2d6af2339
@ -4,9 +4,7 @@ let
|
||||
# `sass` et al
|
||||
gems = bundlerEnv {
|
||||
name = "consul-ui-deps";
|
||||
gemfile = ./Gemfile;
|
||||
lockfile = ./Gemfile.lock;
|
||||
gemset = ./gemset.nix;
|
||||
gemdir = ./.;
|
||||
};
|
||||
in
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user