github-hosts-sync: fix ca-bundle path
This commit is contained in:
parent
51e4b62de2
commit
509423f1f1
@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
installPhase =
|
installPhase =
|
||||||
let
|
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; [
|
path = stdenv.lib.makeSearchPath "bin" (with pkgs; [
|
||||||
coreutils
|
coreutils
|
||||||
findutils
|
findutils
|
||||||
|
Loading…
Reference in New Issue
Block a user