From 150e2bc908955c55a9ff13445006c8d18e75ced2 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Wed, 15 Jul 2020 21:23:35 -0400 Subject: feat(3p/nix/worker.proto): Add QueryAllValidPaths takes nothing, returns paths Change-Id: I4087b9b5a25d9edc76b97d0a0f553259693cca3a Reviewed-on: https://cl.tvl.fyi/c/depot/+/1187 Tested-by: BuildkiteCI Reviewed-by: tazjin --- third_party/nix/src/proto/worker.proto | 3 +++ 1 file changed, 3 insertions(+) (limited to 'third_party') 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 { -- cgit 1.4.1