mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 12:41:00 +01:00
EOF
This commit is contained in:
parent
89ab441fd2
commit
35e239af33
9 changed files with 70 additions and 74 deletions
|
|
@ -1831,7 +1831,7 @@ void DerivationGoal::computeClosure()
|
|||
if(sharedState != ""){
|
||||
//Remove state path
|
||||
deletePathWrapped(statePath);
|
||||
sharePath(sharedState, statePath);
|
||||
symlinkPath(sharedState, statePath);
|
||||
|
||||
//Set in database
|
||||
setSharedStateTxn(txn, sharedState, statePath);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue