From cf6c48ef4734a699bf6674013635a9ff57232dbe Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Wed, 15 Jul 2020 22:42:52 -0400 Subject: feat(3p/nix): Add NarFromPath What it does I will never know. It takes a path and returns a path. Something happens in the middle. Change-Id: I499a9df700e5b954c9aaf6d694753ff34e773dfd Reviewed-on: https://cl.tvl.fyi/c/depot/+/1210 Tested-by: BuildkiteCI Reviewed-by: tazjin --- third_party/nix/src/proto/worker.proto | 3 +++ 1 file changed, 3 insertions(+) (limited to 'third_party/nix/src/proto') 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 { -- cgit 1.4.1