diff options
author | makefu <github@syntax-fehler.de> | 2015-10-14 00:17:15 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-10-14 00:17:15 +0200 |
commit | df3dc3dac1f6c1cc36dbbea506e3d610aa1b417d (patch) | |
tree | 038a837b20d267d0ba5aad837884b6a5a9087613 /krebs/5pkgs/github-hosts-sync | |
parent | f73fe104d84b2f0d2fc3b4f0342c36735b3fb220 (diff) | |
parent | 96f4248b65ff1539eded24572ae1805b27c53d50 (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 d69b2b12b..b9dcfa9b8 100644 --- a/krebs/5pkgs/github-hosts-sync/default.nix +++ b/krebs/5pkgs/github-hosts-sync/default.nix @@ -16,7 +16,7 @@ stdenv.mkDerivation { installPhase = let - ca-bundle = "${pkgs.cacert}/etc/ca-bundle.crt"; + ca-bundle = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"; path = stdenv.lib.makeSearchPath "bin" (with pkgs; [ coreutils findutils |