forked from lix-project/lix
* Make store objects created by substitutes read-only.
This commit is contained in:
parent
995d08208e
commit
1317242780
|
@ -1601,6 +1601,8 @@ void SubstitutionGoal::finished()
|
|||
return;
|
||||
}
|
||||
|
||||
makePathReadOnly(storePath);
|
||||
|
||||
Transaction txn;
|
||||
createStoreTransaction(txn);
|
||||
registerValidPath(txn, storePath);
|
||||
|
|
Loading…
Reference in a new issue