diff options
author | tv <tv@krebsco.de> | 2016-03-03 19:45:46 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-03-03 19:45:46 +0100 |
commit | ffa1a1e456360f94b84f35680f5ed6a9ccea52a6 (patch) | |
tree | ecf2754d325be6b253effaf3bfeb256ec49e1de7 /krebs/3modules/git.nix | |
parent | 8c859335a879c515a1415bc8b15b5cb7eb519efc (diff) |
s/makeSearchPath "bin"/makeBinPath/g
Diffstat (limited to 'krebs/3modules/git.nix')
-rw-r--r-- | krebs/3modules/git.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/krebs/3modules/git.nix b/krebs/3modules/git.nix index 0cc2f11c9..d2d73ba3d 100644 --- a/krebs/3modules/git.nix +++ b/krebs/3modules/git.nix @@ -400,7 +400,7 @@ let #! /bin/sh set -euf - PATH=${makeSearchPath "bin" (with pkgs; [ + PATH=${makeBinPath (with pkgs; [ coreutils git gnugrep @@ -451,7 +451,7 @@ let #! /bin/sh set -euf - PATH=${makeSearchPath "bin" (with pkgs; [ + PATH=${makeBinPath (with pkgs; [ coreutils findutils gawk @@ -511,7 +511,7 @@ let #! /bin/sh set -euf - PATH=${makeSearchPath "bin" (with pkgs; [ + PATH=${makeBinPath (with pkgs; [ coreutils # env git systemd |