about summary refs log tree commit diff
path: root/tvix/store/protos/castore.proto
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/store/protos/castore.proto')
-rw-r--r--tvix/store/protos/castore.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/tvix/store/protos/castore.proto b/tvix/store/protos/castore.proto
index 3d380c63da98..747aab08bdf4 100644
--- a/tvix/store/protos/castore.proto
+++ b/tvix/store/protos/castore.proto
@@ -5,6 +5,8 @@ syntax = "proto3";
 
 package tvix.store.v1;
 
+option go_package = "code.tvl.fyi/tvix/store/protos;storev1";
+
 // A Directory can contain Directory, File or Symlink nodes.
 // Each of these nodes have a name attribute, which is the basename in that directory
 // and node type specific attributes.