1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 13:51:16 +02:00

nix-profile.fish: Typo NIX_SS{H => L}_CERT_FILE

This commit is contained in:
Illia Bobyr 2025-01-13 18:19:16 -08:00
parent 63c0ea5702
commit 803fb83f7f
No known key found for this signature in database
GPG key ID: 4D72E6A090EB3E9E

View file

@ -39,7 +39,7 @@ else
end
# Set $NIX_SSL_CERT_FILE so that Nixpkgs applications like curl work.
if test -n "$NIX_SSH_CERT_FILE"
if test -n "$NIX_SSL_CERT_FILE"
: # Allow users to override the NIX_SSL_CERT_FILE
else if test -e /etc/ssl/certs/ca-certificates.crt # NixOS, Ubuntu, Debian, Gentoo, Arch
set --export NIX_SSL_CERT_FILE /etc/ssl/certs/ca-certificates.crt