mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
Merge 708c36f0b0
into 918ac6b2fc
This commit is contained in:
commit
90cd69561c
1 changed files with 1 additions and 1 deletions
|
@ -644,7 +644,7 @@ static void main_nix_build(int argc, char * * argv)
|
|||
escapeShellArgAlways(*shell),
|
||||
(getenv("TZ") ? (std::string("export TZ=") + escapeShellArgAlways(getenv("TZ")) + "; ") : ""),
|
||||
envCommand);
|
||||
vomit("Sourcing nix-shell with file %s and contents:\n%s", rcfile, rc);
|
||||
debug("Sourcing nix-shell with file %s and contents:\n%s", rcfile, rc);
|
||||
writeFile(rcfile, rc);
|
||||
|
||||
Strings envStrs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue