Merge pull request #115582 from jdelStrother/bundler-override
bundlerEnv: Allow overriding bundler
This commit is contained in:
commit
5ab8127b91
@ -23,7 +23,7 @@
|
|||||||
let
|
let
|
||||||
inherit (import ../bundled-common/functions.nix {inherit lib ruby gemConfig groups; }) genStubsScript;
|
inherit (import ../bundled-common/functions.nix {inherit lib ruby gemConfig groups; }) genStubsScript;
|
||||||
|
|
||||||
basicEnv = (callPackage ../bundled-common {}) (args // { inherit pname name; mainGemName = pname; });
|
basicEnv = (callPackage ../bundled-common { inherit bundler; }) (args // { inherit pname name; mainGemName = pname; });
|
||||||
|
|
||||||
inherit (basicEnv) envPaths;
|
inherit (basicEnv) envPaths;
|
||||||
# Idea here is a mkDerivation that gen-bin-stubs new stubs "as specified" -
|
# Idea here is a mkDerivation that gen-bin-stubs new stubs "as specified" -
|
||||||
|
Loading…
x
Reference in New Issue
Block a user