From b10970a66f39e91f36975a2e83166c0192d9476e Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sat, 25 Jul 2020 13:49:03 -0400 Subject: feat(3p/nix): Start implementing RPC store client Add a stub class for wrapping a gRPC client to the new, proto-backed nix store protocol, along with several methods implemented but several left throwing a not implemented exception. Paired-With: Vincent Ambo Paired-With: Perry Lorier Change-Id: Id943d4f6d75084b8498786d580e6c9f7c92c104d Reviewed-on: https://cl.tvl.fyi/c/depot/+/1436 Tested-by: BuildkiteCI Reviewed-by: kanepyork --- third_party/nix/src/proto/worker.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/nix/src/proto/worker.proto') diff --git a/third_party/nix/src/proto/worker.proto b/third_party/nix/src/proto/worker.proto index d8d2cc8bbd2e..3ddaa575e7f4 100644 --- a/third_party/nix/src/proto/worker.proto +++ b/third_party/nix/src/proto/worker.proto @@ -251,6 +251,7 @@ message CollectGarbageResponse { } message PathInfo { + bool is_valid = 9; StorePath deriver = 1; bytes nar_hash = 2; repeated string references = 3; -- cgit 1.4.1