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:
parent
80eaa1eaf9
commit
eb4c8717cd
2 changed files with 41 additions and 1 deletions
2
third_party/nix/src/proto/worker.proto
vendored
2
third_party/nix/src/proto/worker.proto
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue