summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/github-hosts-sync/default.nix
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-10-15 15:18:20 +0200
committerlassulus <lass@aidsballs.de>2015-10-15 15:18:20 +0200
commita8816bcfe351c1fe9e1a00b27707b56eb544d390 (patch)
treeb6aadaa1cde000d791699925dd67bde38046b411 /krebs/5pkgs/github-hosts-sync/default.nix
parent96f13eb838f9bee37a980170f281d3839deb2719 (diff)
parent2c65fed39714164ff4b28e3352440538ae262c79 (diff)
Merge remote-tracking branch 'pnp/master'
Diffstat (limited to 'krebs/5pkgs/github-hosts-sync/default.nix')
-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 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