diff options
Diffstat (limited to 'tvix/store/protos/pathinfo.proto')
-rw-r--r-- | tvix/store/protos/pathinfo.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tvix/store/protos/pathinfo.proto b/tvix/store/protos/pathinfo.proto index 0fbf0ed6b9fd..279bb14848fd 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 { |