mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 00:36:20 +02:00
Merge branch 'pr/mopleen/5584'
This commit is contained in:
commit
a72dd4916f
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ struct CmdShell : InstallablesCommand, MixEnvironment
|
||||||
setenv(pathV.first.c_str(), concatStringsSep(":", pathVars[pathV.first]).c_str(), 1);
|
setenv(pathV.first.c_str(), concatStringsSep(":", pathVars[pathV.first]).c_str(), 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
setenv("IN_NIX3_SHELL", "1", 1);
|
||||||
|
|
||||||
Strings args;
|
Strings args;
|
||||||
for (auto & arg : command) args.push_back(arg);
|
for (auto & arg : command) args.push_back(arg);
|
||||||
|
|
Loading…
Reference in a new issue