diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-05-11 01:50:28 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-05-11 01:50:28 +0200 |
commit | 156e3a9daacce48f2f53939dee92dd063dfc507a (patch) | |
tree | 8a14cbabbd597312af282301c7a9c7ea610b7eea /src/nix | |
parent | 5a80cccc7075de151c79a818bad758e217cf1e9f (diff) |
nix dev-shell: Ignore SSL_CERT_FILE
Diffstat (limited to 'src/nix')
-rw-r--r-- | src/nix/shell.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nix/shell.cc b/src/nix/shell.cc index 8b9106171..2ccad930f 100644 --- a/src/nix/shell.cc +++ b/src/nix/shell.cc @@ -131,6 +131,7 @@ struct Common : InstallableCommand "PWD", "SHELLOPTS", "SHLVL", + "SSL_CERT_FILE", // FIXME: only want to ignore /no-cert-file.crt "TEMP", "TEMPDIR", "TERM", |