diff options
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/nix/src/proto/worker.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/nix/src/proto/worker.proto b/third_party/nix/src/proto/worker.proto index f5bd59f8cc39..bfcc86b0bb54 100644 --- a/third_party/nix/src/proto/worker.proto +++ b/third_party/nix/src/proto/worker.proto @@ -93,6 +93,9 @@ service Worker { // Add signatures to the specified store path. The signatures are not // verified. rpc AddSignatures(Signatures) returns (google.protobuf.Empty); + + // TODO: What does this do? + rpc NarFromPath(StorePath) returns (StorePath); } enum HashType { |