mirror of
https://github.com/NixOS/nix.git
synced 2025-11-28 05:00:58 +01:00
adjusted queryReferences/Referrers to handle shared state paths.
This commit is contained in:
parent
7f2140d17f
commit
00f39f88f7
5 changed files with 71 additions and 81 deletions
|
|
@ -245,6 +245,7 @@ bool querySolidStateReferencesTxn(const Transaction & txn, const Path & statePat
|
|||
|
||||
void setSharedStateTxn(const Transaction & txn, const Path & statePath, const Path & shared_with);
|
||||
PathSet toNonSharedPathSetTxn(const Transaction & txn, const PathSet & statePaths);
|
||||
Path toNonSharedPathTxn(const Transaction & txn, const Path & statePath);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue