diff options
Diffstat (limited to 'tvix/store/default.nix')
-rw-r--r-- | tvix/store/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/store/default.nix b/tvix/store/default.nix index 8fb80ee27bb6..23916c6b57f6 100644 --- a/tvix/store/default.nix +++ b/tvix/store/default.nix @@ -4,6 +4,7 @@ let protoRoot = depot.nix.sparseTree depot.path.origSrc [ ./protos/castore.proto ./protos/pathinfo.proto + ./protos/rpc_blobstore.proto ]; protobufDep = prev: (prev.nativeBuildInputs or [ ]) ++ [ pkgs.protobuf ]; |