Fix ca-bundle paths
This commit is contained in:
@@ -54,7 +54,7 @@ stdenv.mkDerivation {
|
||||
|
||||
inherit url rev leaveDotGit fetchSubmodules deepClone branchName;
|
||||
|
||||
GIT_SSL_CAINFO = "${cacert}/etc/ca-bundle.crt";
|
||||
GIT_SSL_CAINFO = "${cacert}/ca-bundle.crt";
|
||||
|
||||
impureEnvVars = [
|
||||
# We borrow these environment variables from the caller to allow
|
||||
|
||||
Reference in New Issue
Block a user