* Allow Git to find the CA bundle.
svn path=/nixos/trunk/; revision=27735
This commit is contained in:
parent
0ffb794d5d
commit
c548597976
@ -14,6 +14,7 @@ with pkgs.lib;
|
|||||||
environment.shellInit =
|
environment.shellInit =
|
||||||
''
|
''
|
||||||
export CURL_CA_BUNDLE=/etc/ca-bundle.crt
|
export CURL_CA_BUNDLE=/etc/ca-bundle.crt
|
||||||
|
export GIT_SSL_CAINFO=/etc/ca-bundle.crt
|
||||||
'';
|
'';
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user