mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-29 17:16:15 +02:00
nix develop: Unset $HOSTNAME
This is set to "localhost" by stdenv which is probably not what you want.
This commit is contained in:
parent
44349064f7
commit
725488b892
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ struct Common : InstallableCommand, MixProfile
|
||||||
"BASHOPTS",
|
"BASHOPTS",
|
||||||
"EUID",
|
"EUID",
|
||||||
"HOME", // FIXME: don't ignore in pure mode?
|
"HOME", // FIXME: don't ignore in pure mode?
|
||||||
|
"HOSTNAME",
|
||||||
"NIX_BUILD_TOP",
|
"NIX_BUILD_TOP",
|
||||||
"NIX_ENFORCE_PURITY",
|
"NIX_ENFORCE_PURITY",
|
||||||
"NIX_LOG_FD",
|
"NIX_LOG_FD",
|
||||||
|
|
Loading…
Reference in a new issue