ppl-address-book: use gemdir
This commit is contained in:
parent
2cf82c0069
commit
27f91b30aa
@ -8,9 +8,7 @@ let
|
|||||||
env = bundlerEnv rec {
|
env = bundlerEnv rec {
|
||||||
name = "${pname}-env-${version}";
|
name = "${pname}-env-${version}";
|
||||||
inherit ruby;
|
inherit ruby;
|
||||||
gemfile = ./Gemfile;
|
gemdir = ./.;
|
||||||
lockfile = ./Gemfile.lock;
|
|
||||||
gemset = ./gemset.nix;
|
|
||||||
|
|
||||||
gemConfig.rugged = attrs: { buildInputs = [ which ]; };
|
gemConfig.rugged = attrs: { buildInputs = [ which ]; };
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user