mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
rename to NIX_GCROOT
This commit is contained in:
parent
9e95b95a5d
commit
6d40fe573c
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ struct CmdDevShell : Common, MixEnvironment
|
||||||
|
|
||||||
setEnviron();
|
setEnviron();
|
||||||
// prevent garbage collection until shell exits
|
// prevent garbage collection until shell exits
|
||||||
setenv("GCROOT", gcroot.data(), 1);
|
setenv("NIX_GCROOT", gcroot.data(), 1);
|
||||||
|
|
||||||
auto args = Strings{std::string(baseNameOf(shell)), "--rcfile", rcFilePath};
|
auto args = Strings{std::string(baseNameOf(shell)), "--rcfile", rcFilePath};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue