From 2e04f68df8c69034151cce5b56ceedb0653687cd Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sun, 30 Oct 2022 12:57:07 +0100 Subject: feat(tvix/proto): add rpc_directory.proto This provides an interface to retrieve and upload single Directory messages, or a DAG of them. Change-Id: Id9e7084bd697d843649a122da2c992a3e36d808c Reviewed-on: https://cl.tvl.fyi/c/depot/+/7137 Tested-by: BuildkiteCI Reviewed-by: Adam Joseph --- tvix/store/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'tvix/store/default.nix') diff --git a/tvix/store/default.nix b/tvix/store/default.nix index 735938c1f2f6..1dbf01923545 100644 --- a/tvix/store/default.nix +++ b/tvix/store/default.nix @@ -5,6 +5,7 @@ let ./protos/castore.proto ./protos/pathinfo.proto ./protos/rpc_blobstore.proto + ./protos/rpc_directory.proto ./protos/rpc_pathinfo.proto ]; -- cgit 1.4.1