replace makeSearchPath tree-wise to take care of possible multiple outputs
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
}:
|
||||
|
||||
let
|
||||
ctlpath = lib.makeSearchPath "bin" [ bash gnused gnugrep coreutils utillinux procps ];
|
||||
ctlpath = lib.makeBinPath [ bash gnused gnugrep coreutils utillinux procps ];
|
||||
|
||||
fakegit = writeScriptBin "git" ''
|
||||
#! ${stdenv.shell} -e
|
||||
|
||||
Reference in New Issue
Block a user