diff options
Diffstat (limited to 'third_party/nix/src/proto')
-rw-r--r-- | third_party/nix/src/proto/worker.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/nix/src/proto/worker.proto b/third_party/nix/src/proto/worker.proto index e2ff598b2c9b..e632c6264f6f 100644 --- a/third_party/nix/src/proto/worker.proto +++ b/third_party/nix/src/proto/worker.proto @@ -246,11 +246,13 @@ message CollectGarbageResponse { } message PathInfo { + StorePath path = 10; bool is_valid = 9; StorePath deriver = 1; bytes nar_hash = 2; repeated string references = 3; google.protobuf.Timestamp registration_time = 4; + uint64 download_size = 11; uint64 nar_size = 5; // Whether the path is ultimately trusted, that is, it's a derivation // output that was built locally. |