summaryrefslogtreecommitdiffstats
path: root/krebs
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-10-09 14:31:25 +0200
committertv <tv@shackspace.de>2015-10-09 14:31:25 +0200
commit509423f1f19ade5586f66c5691b27694ecb68b01 (patch)
tree2ae4d01eacd33f591dfb1ff4b75bee1a81aa7718 /krebs
parent51e4b62de206cbf692e5f247d595c904c768e202 (diff)
github-hosts-sync: fix ca-bundle path
Diffstat (limited to 'krebs')
-rw-r--r--krebs/5pkgs/github-hosts-sync/default.nix2
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 d69b2b12..b9dcfa9b 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