mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
* Allow Git to find the CA bundle.
svn path=/nixos/trunk/; revision=27735
This commit is contained in:
parent
0ffb794d5d
commit
c548597976
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
'';
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue