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:
@@ -185,6 +185,7 @@ struct Common : InstallableCommand, MixProfile
|
||||
"NIX_BUILD_TOP",
|
||||
"NIX_ENFORCE_PURITY",
|
||||
"NIX_LOG_FD",
|
||||
"NIX_REMOTE",
|
||||
"PPID",
|
||||
"PWD",
|
||||
"SHELLOPTS",
|
||||
|
||||
Reference in New Issue
Block a user