diff options
author | lassulus <lass@aidsballs.de> | 2016-03-05 23:50:50 +0100 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-03-05 23:50:50 +0100 |
commit | 0115e0ee85c3ecc05b709d0f036253e52367a1a1 (patch) | |
tree | 997634737c8b337646cfd83b1fac2de956a823bc /krebs/5pkgs/github-hosts-sync | |
parent | 1ba917c3337c9a954e5c251b137ea3ea2ce62f81 (diff) | |
parent | 198407f70fdeacaae5dac6e4ec305629a5368410 (diff) |
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'krebs/5pkgs/github-hosts-sync')
-rw-r--r-- | krebs/5pkgs/github-hosts-sync/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/5pkgs/github-hosts-sync/default.nix b/krebs/5pkgs/github-hosts-sync/default.nix index b9dcfa9b8..0dcbe7fd8 100644 --- a/krebs/5pkgs/github-hosts-sync/default.nix +++ b/krebs/5pkgs/github-hosts-sync/default.nix @@ -17,7 +17,7 @@ stdenv.mkDerivation { installPhase = let ca-bundle = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"; - path = stdenv.lib.makeSearchPath "bin" (with pkgs; [ + path = stdenv.lib.makeBinPath (with pkgs; [ coreutils findutils git |