Update cacert locations
This commit is contained in:
parent
7d148ad543
commit
bf8cc4e9b6
2 changed files with 9 additions and 5 deletions
|
@ -75,7 +75,7 @@ fi
|
|||
# Install an SSL certificate bundle.
|
||||
if [ -z "$SSL_CERT_FILE" -o ! -f "$SSL_CERT_FILE" ]; then
|
||||
$nix/bin/nix-env -i "$cacert"
|
||||
export SSL_CERT_FILE="$HOME/.nix-profile/etc/ca-bundle.crt"
|
||||
export SSL_CERT_FILE="$HOME/.nix-profile/etc/ssl/certs/ca-bundle.crt"
|
||||
fi
|
||||
|
||||
# Subscribe the user to the Nixpkgs channel and fetch it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue