maphosts: use gemdir

This commit is contained in:
Jörg Thalheim
2017-01-18 00:52:48 +01:00
parent 57b06f45db
commit 246fd4c950
+1 -3
View File
@@ -6,9 +6,7 @@ stdenv.mkDerivation rec {
env = bundlerEnv {
name = "maphosts-gems";
inherit ruby;
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
gemdir = ./.;
};
phases = ["installPhase"];