diff options
Diffstat (limited to 'tvix/store/build.rs')
-rw-r--r-- | tvix/store/build.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/store/build.rs b/tvix/store/build.rs index cc0bf22930a1..4c2e7d59d61b 100644 --- a/tvix/store/build.rs +++ b/tvix/store/build.rs @@ -5,6 +5,7 @@ fn main() -> Result<()> { &[ "tvix/store/protos/castore.proto", "tvix/store/protos/pathinfo.proto", + "tvix/store/protos/rpc_blobstore.proto", ], // If we are in running `cargo build` manually, using `../..` works fine, // but in case we run inside a nix build, we need to instead point PROTO_ROOT |