about summary refs log tree commit diff
path: root/tvix/store/protos/pathinfo.proto
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tvix/store/protos/pathinfo.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/tvix/store/protos/pathinfo.proto b/tvix/store/protos/pathinfo.proto
index 0fbf0ed6b9..279bb14848 100644
--- a/tvix/store/protos/pathinfo.proto
+++ b/tvix/store/protos/pathinfo.proto
@@ -6,6 +6,8 @@ package tvix.store.v1;
 
 import "tvix/store/protos/castore.proto";
 
+option go_package = "code.tvl.fyi/tvix/store/protos;storev1";
+
 // PathInfo shows information about a Nix Store Path.
 // That's a single element inside /nix/store.
 message PathInfo {