* Allow Git to find the CA bundle.

svn path=/nixos/trunk/; revision=27735
This commit is contained in:
Eelco Dolstra 2011-07-12 12:45:48 +00:00
parent 0ffb794d5d
commit c548597976

View file

@ -14,6 +14,7 @@ with pkgs.lib;
environment.shellInit =
''
export CURL_CA_BUNDLE=/etc/ca-bundle.crt
export GIT_SSL_CAINFO=/etc/ca-bundle.crt
'';
};