mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
set NIX_SSL_CERT_FILE
This commit is contained in:
parent
b95323278f
commit
a0f56e5118
1 changed files with 1 additions and 2 deletions
|
@ -130,8 +130,7 @@ in {
|
|||
'';
|
||||
|
||||
environment.variables =
|
||||
{ GIT_SSL_CAINFO = mkDefault "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
|
||||
SSL_CERT_FILE = mkDefault "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
|
||||
{ NIX_SSL_CERT_FILE = mkDefault "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
|
||||
EDITOR = mkDefault "nano";
|
||||
PAGER = mkDefault "less -R";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue