about summary refs log tree commit diff
path: root/third_party/nix/src/proto/worker.proto
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-07-17T00·28-0400
committerglittershark <grfn@gws.fyi>2020-07-17T20·37+0000
commiteb4c8717cdeeaa93f24d2c3aeca075e6928d15e5 (patch)
tree1efc55d06b247d215c79ecd3f04a0f1771a1acf8 /third_party/nix/src/proto/worker.proto
parent80eaa1eaf9dde0caa4e983374fb1356aed67c8e1 (diff)
feat(3p/nix/nix-daemon): Implement Worker::QueryPathInfo handler r/1355
Change-Id: I580bd29356f7bcd0cc2050afda11d2e115d44c94
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1230
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'third_party/nix/src/proto/worker.proto')
-rw-r--r--third_party/nix/src/proto/worker.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/src/proto/worker.proto b/third_party/nix/src/proto/worker.proto
index 6d4b2a9547..90af308f85 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;