diff options
author | makefu <github@syntax-fehler.de> | 2016-03-06 20:56:02 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-03-06 20:56:02 +0100 |
commit | 2fd7d1b1ab10dbd84cf85ebf149a12f3a92d7815 (patch) | |
tree | 8e1b4f1acb8a20905df26dcbeb36a6802e5fe1d3 /krebs/3modules/git.nix | |
parent | e8679ae6c0fd33be9c84a671d2ebfae51f5851f0 (diff) | |
parent | 198407f70fdeacaae5dac6e4ec305629a5368410 (diff) |
Merge remote-tracking branch 'cd/master'
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 |