diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2017-03-19 18:48:26 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2017-03-19 18:48:26 +0100 |
| commit | a0f56e5118c5e9f77aa14a45e72cfe4247ee87d7 (patch) | |
| tree | d7c7780e6443c87afe4e752edf0f9b09ad8eee43 /modules/environment/default.nix | |
| parent | b95323278fa090de3ea9c1d50763be0acc36ea3d (diff) | |
set NIX_SSL_CERT_FILE
Diffstat (limited to 'modules/environment/default.nix')
| -rw-r--r-- | modules/environment/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/environment/default.nix b/modules/environment/default.nix index 05a6c9b..2e3d921 100644 --- a/modules/environment/default.nix +++ b/modules/environment/default.nix @@ -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"; }; |
