mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
maphosts: use gemdir
This commit is contained in:
parent
57b06f45db
commit
246fd4c950
1 changed files with 1 additions and 3 deletions
|
@ -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"];
|
||||
|
|
Loading…
Reference in a new issue