diff options
-rw-r--r-- | third_party/nix/src/proto/worker.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/nix/src/proto/worker.proto b/third_party/nix/src/proto/worker.proto index 3199f0d38246..ec4e062a05b0 100644 --- a/third_party/nix/src/proto/worker.proto +++ b/third_party/nix/src/proto/worker.proto @@ -55,6 +55,9 @@ service Worker { // TODO: What does this do? rpc QueryDerivationOutputs(StorePath) returns (StorePaths); + + // Query all valid paths in the store + rpc QueryAllValidPaths(google.protobuf.Empty) returns (StorePaths); } enum HashType { |