diff options
Diffstat (limited to 'third_party/nix/src/proto')
-rw-r--r-- | third_party/nix/src/proto/worker.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/nix/src/proto/worker.proto b/third_party/nix/src/proto/worker.proto index d8d2cc8bbd2e..3ddaa575e7f4 100644 --- a/third_party/nix/src/proto/worker.proto +++ b/third_party/nix/src/proto/worker.proto @@ -251,6 +251,7 @@ message CollectGarbageResponse { } message PathInfo { + bool is_valid = 9; StorePath deriver = 1; bytes nar_hash = 2; repeated string references = 3; |