forked from lix-project/lix
nix develop: Filter out NIX_REMOTE
When recursive Nix is enabled, NIX_REMOTE is set to unix:///build/.nix-socket, which doesn't work outside of the sandbox.
This commit is contained in:
parent
8e6ee1b9e9
commit
e6150de90d
|
@ -185,6 +185,7 @@ struct Common : InstallableCommand, MixProfile
|
|||
"NIX_BUILD_TOP",
|
||||
"NIX_ENFORCE_PURITY",
|
||||
"NIX_LOG_FD",
|
||||
"NIX_REMOTE",
|
||||
"PPID",
|
||||
"PWD",
|
||||
"SHELLOPTS",
|
||||
|
|
Loading…
Reference in a new issue