diff options
author | tv <tv@shackspace.de> | 2015-10-09 14:31:25 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-10-09 14:31:25 +0200 |
commit | 509423f1f19ade5586f66c5691b27694ecb68b01 (patch) | |
tree | 2ae4d01eacd33f591dfb1ff4b75bee1a81aa7718 /krebs/5pkgs | |
parent | 51e4b62de206cbf692e5f247d595c904c768e202 (diff) |
github-hosts-sync: fix ca-bundle path
Diffstat (limited to 'krebs/5pkgs')
-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 |