Remove obsolete environment variables

This commit is contained in:
Eelco Dolstra 2013-01-15 16:53:17 +01:00
parent e32dda4c40
commit ac8080b83c

View File

@ -20,10 +20,6 @@ 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
'';
};