mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-16 21:38:21 +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 =
|
environment.variables =
|
||||||
{ GIT_SSL_CAINFO = mkDefault "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
|
{ NIX_SSL_CERT_FILE = mkDefault "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
|
||||||
SSL_CERT_FILE = mkDefault "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
|
|
||||||
EDITOR = mkDefault "nano";
|
EDITOR = mkDefault "nano";
|
||||||
PAGER = mkDefault "less -R";
|
PAGER = mkDefault "less -R";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue