mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
Implement generic Store::queryValidPaths()
This commit is contained in:
parent
35db4f65a0
commit
c663b84573
3 changed files with 12 additions and 4 deletions
|
@ -54,9 +54,6 @@ public:
|
|||
|
||||
bool isValidPathUncached(const Path & path) override;
|
||||
|
||||
PathSet queryValidPaths(const PathSet & paths) override
|
||||
{ notImpl(); }
|
||||
|
||||
PathSet queryAllValidPaths() override
|
||||
{ notImpl(); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue