consul: use gemdir

This commit is contained in:
Jörg Thalheim 2017-01-18 00:22:26 +01:00
parent 18fbdf14cd
commit f2d6af2339
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -4,9 +4,7 @@ let
# `sass` et al # `sass` et al
gems = bundlerEnv { gems = bundlerEnv {
name = "consul-ui-deps"; name = "consul-ui-deps";
gemfile = ./Gemfile; gemdir = ./.;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
}; };
in in