mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 12:41:00 +01:00
This commit is contained in:
parent
ed55982085
commit
e80c7bda4c
4 changed files with 28 additions and 18 deletions
|
|
@ -1914,7 +1914,8 @@ void DerivationGoal::deleteTmpDir(bool force)
|
|||
getOwnership(tmpDir);
|
||||
}
|
||||
else
|
||||
deletePathWrapped(tmpDir);
|
||||
deletePathWrapped(tmpDir);
|
||||
|
||||
tmpDir = "";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue