mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 12:10:59 +01:00
This commit is contained in:
parent
a07ba681cc
commit
dc4395b737
16 changed files with 164 additions and 168 deletions
|
|
@ -1812,10 +1812,6 @@ void DerivationGoal::computeClosure()
|
|||
//Commit state
|
||||
commitStatePathTxn(txn, statePath);
|
||||
|
||||
//Set first revision (if we committed something)
|
||||
if(readRevisionNumber(statePath) == 1)
|
||||
updateRevisionsRecursivelyTxn(txn, statePath);
|
||||
|
||||
//Shared state
|
||||
Path sharedState = drv.stateOutputs.find("state")->second.sharedState;
|
||||
if(sharedState != ""){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue