mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
Revert "Remove obsolete environment variables"
This reverts commit ac8080b83c
.
This commit is contained in:
parent
ac8080b83c
commit
0b399d8e49
@ -20,6 +20,10 @@ with pkgs.lib;
|
||||
environment.shellInit =
|
||||
''
|
||||
export OPENSSL_X509_CERT_FILE=/etc/ssl/certs/ca-bundle.crt
|
||||
|
||||
# !!! Remove the following as soon as OpenSSL 1.0.0e is the default.
|
||||
export CURL_CA_BUNDLE=/etc/ssl/certs/ca-bundle.crt
|
||||
export GIT_SSL_CAINFO=/etc/ssl/certs/ca-bundle.crt
|
||||
'';
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user