github-hosts-sync: fix ca-bundle path
This commit is contained in:
parent
51e4b62de2
commit
509423f1f1
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue