mirror of
https://github.com/NixOS/nix
synced 2025-07-04 23:51:47 +02:00
* Path locking in addToStore() and expandPath().
This commit is contained in:
parent
c95b4ad290
commit
d2e963f7a3
2 changed files with 16 additions and 1 deletions
|
@ -86,7 +86,7 @@ FSId normaliseFState(FSId id, FSIdSet pending)
|
|||
|
||||
/* Obtain locks on all output paths. The locks are automatically
|
||||
released when we exit this function or Nix crashes. */
|
||||
PathLocks outputLock(pathsFromOutPaths(outPaths));
|
||||
PathLocks outputLocks(pathsFromOutPaths(outPaths));
|
||||
|
||||
/* Now check again whether there is a successor. This is because
|
||||
another process may have started building in parallel. After
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue