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 <mail@tazj.in>
This commit is contained in:
Griffin Smith 2020-07-16 20:28:54 -04:00 committed by glittershark
parent 80eaa1eaf9
commit eb4c8717cd
2 changed files with 41 additions and 1 deletions

View file

@ -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;