summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/builders.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-03-03 19:45:46 +0100
committertv <tv@krebsco.de>2016-03-03 19:45:46 +0100
commitffa1a1e456360f94b84f35680f5ed6a9ccea52a6 (patch)
treeecf2754d325be6b253effaf3bfeb256ec49e1de7 /krebs/5pkgs/builders.nix
parent8c859335a879c515a1415bc8b15b5cb7eb519efc (diff)
s/makeSearchPath "bin"/makeBinPath/g
Diffstat (limited to 'krebs/5pkgs/builders.nix')
-rw-r--r--krebs/5pkgs/builders.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/5pkgs/builders.nix b/krebs/5pkgs/builders.nix
index fa51857b..146e6f9e 100644
--- a/krebs/5pkgs/builders.nix
+++ b/krebs/5pkgs/builders.nix
@@ -29,7 +29,7 @@ rec {
execveBin = name: cfg: execve name (cfg // { destination = "/bin/${name}"; });
writeC = name: { destination ? "" }: src: pkgs.runCommand name {} ''
- PATH=${makeSearchPath "bin" (with pkgs; [
+ PATH=${makeBinPath (with pkgs; [
binutils
coreutils
gcc