about summary refs log tree commit diff
path: root/tvix/store/src
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/store/src')
-rw-r--r--tvix/store/src/proto.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/src/proto.rs b/tvix/store/src/proto.rs
index f819d7b4fc..de8095495e 100644
--- a/tvix/store/src/proto.rs
+++ b/tvix/store/src/proto.rs
@@ -1,6 +1,6 @@
 use prost::Message;
 
-include!(concat!(env!("OUT_DIR"), "/tvix.store.v1.rs"));
+tonic::include_proto!("tvix.store.v1");
 
 impl Directory {
     // The size of a directory is the number of all regular and symlink elements,