mirror of
https://github.com/NixOS/nix
synced 2025-07-01 12:37:59 +02:00
* Implement RemoteStore::queryValidPaths().
This commit is contained in:
parent
e42401ee7b
commit
24035b98b1
3 changed files with 12 additions and 1 deletions
|
@ -35,6 +35,7 @@ typedef enum {
|
|||
wopCollectGarbage = 20,
|
||||
wopQuerySubstitutablePathInfo = 21,
|
||||
wopQueryDerivationOutputs = 22,
|
||||
wopQueryValidPaths = 23,
|
||||
} WorkerOp;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue