mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 12:10:59 +01:00
fix for queryStoreReferences
This commit is contained in:
parent
84d00db70b
commit
a699c6b330
11 changed files with 132 additions and 53 deletions
|
|
@ -71,7 +71,11 @@ typedef enum {
|
|||
|
||||
|
||||
Path readStorePath(Source & from);
|
||||
Path readStatePath(Source & from);
|
||||
Path readStoreOrStatePath(Source & from);
|
||||
|
||||
PathSet readStorePaths(Source & from);
|
||||
PathSet readStatePaths(Source & from);
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue