nix dev-shell: Unset shellHook
This avoids inheriting the caller's shellHook, which can happen when running a dev-shell inside a dev-shell.
This commit is contained in:
@@ -172,6 +172,8 @@ struct Common : InstallableCommand, MixProfile
|
||||
|
||||
void makeRcScript(const BuildEnvironment & buildEnvironment, std::ostream & out)
|
||||
{
|
||||
out << "unset shellHook\n";
|
||||
|
||||
out << "nix_saved_PATH=\"$PATH\"\n";
|
||||
|
||||
for (auto & i : buildEnvironment.env) {
|
||||
|
||||
Reference in New Issue
Block a user