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
gems = bundlerEnv {
name = "consul-ui-deps";
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
gemdir = ./.;
};
in