From eb4c8717cdeeaa93f24d2c3aeca075e6928d15e5 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Thu, 16 Jul 2020 20:28:54 -0400 Subject: feat(3p/nix/nix-daemon): Implement Worker::QueryPathInfo handler Change-Id: I580bd29356f7bcd0cc2050afda11d2e115d44c94 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1230 Tested-by: BuildkiteCI Reviewed-by: tazjin --- third_party/nix/src/proto/worker.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/nix/src/proto') diff --git a/third_party/nix/src/proto/worker.proto b/third_party/nix/src/proto/worker.proto index 6d4b2a9547f1..90af308f85dc 100644 --- a/third_party/nix/src/proto/worker.proto +++ b/third_party/nix/src/proto/worker.proto @@ -252,7 +252,7 @@ message CollectGarbageResponse { message PathInfo { StorePath deriver = 1; - string nar_hash = 2; + bytes nar_hash = 2; repeated string references = 3; google.protobuf.Timestamp registration_time = 4; uint64 nar_size = 5; -- cgit 1.4.1