diff options
Diffstat (limited to 'third_party/nix/src/proto/worker.proto')
-rw-r--r-- | third_party/nix/src/proto/worker.proto | 2 |
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 e632c6264f6f..abe8f622c9f2 100644 --- a/third_party/nix/src/proto/worker.proto +++ b/third_party/nix/src/proto/worker.proto @@ -203,7 +203,7 @@ message BuildPathsRequest { } message FindRootsResponse { - map<string, string> roots = 1; + map<string, StorePaths> roots = 1; } message SetOptionsRequest { |