forked from lix-project/lix
Merge pull request #7010 from edolstra/ignore-shell
nix develop: Ignore stdenv's $SHELL
This commit is contained in:
commit
371013c08d
|
@ -246,6 +246,7 @@ struct Common : InstallableCommand, MixProfile
|
|||
"NIX_LOG_FD",
|
||||
"NIX_REMOTE",
|
||||
"PPID",
|
||||
"SHELL",
|
||||
"SHELLOPTS",
|
||||
"SSL_CERT_FILE", // FIXME: only want to ignore /no-cert-file.crt
|
||||
"TEMP",
|
||||
|
|
Loading…
Reference in a new issue