mirror of
https://github.com/NixOS/nix.git
synced 2025-11-22 02:09:36 +01:00
Expose the export magic value and move LocalStore::queryReferences to Store
This commit is contained in:
parent
e03d6e0998
commit
c8f4d89a34
4 changed files with 19 additions and 22 deletions
|
|
@ -108,8 +108,6 @@ public:
|
|||
|
||||
Hash queryPathHash(const Path & path) override;
|
||||
|
||||
void queryReferences(const Path & path, PathSet & references) override;
|
||||
|
||||
void queryReferrers(const Path & path, PathSet & referrers) override;
|
||||
|
||||
Path queryDeriver(const Path & path) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue