mirror of
https://github.com/NixOS/nix
synced 2025-07-03 06:11:46 +02:00
local-derivation-goal.cc: Reuse defaultTempDir()
(cherry picked from commit fd31945742
)
This commit is contained in:
parent
c1f69dfc5e
commit
28fc0e4f58
1 changed files with 1 additions and 1 deletions
|
@ -2116,7 +2116,7 @@ void LocalDerivationGoal::runChild()
|
|||
|
||||
/* The tmpDir in scope points at the temporary build directory for our derivation. Some packages try different mechanisms
|
||||
to find temporary directories, so we want to open up a broader place for them to dump their files, if needed. */
|
||||
Path globalTmpDir = canonPath(getEnvNonEmpty("TMPDIR").value_or("/tmp"), true);
|
||||
Path globalTmpDir = canonPath(defaultTempDir(), true);
|
||||
|
||||
/* They don't like trailing slashes on subpath directives */
|
||||
if (globalTmpDir.back() == '/') globalTmpDir.pop_back();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue