mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 12:10:59 +01:00
Almost finished the identifier/user/multiple-derivations mod
This commit is contained in:
parent
b909d57f5d
commit
76f5c8ba07
6 changed files with 50 additions and 13 deletions
|
|
@ -2480,6 +2480,8 @@ void LocalStore::buildDerivations(const PathSet & drvPaths)
|
|||
format("building %1%") % showPaths(drvPaths));
|
||||
|
||||
//Just before we build, we resolve the multiple derivations linked to one store path issue, by choosing the latest derivation
|
||||
|
||||
printMsg(lvlError, format("updateAllStateDerivations %1%") % showPaths(drvPaths));
|
||||
store->updateAllStateDerivations();
|
||||
|
||||
Worker worker;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue