diff options
Diffstat (limited to 'tvix/store-go/export.go')
-rw-r--r-- | tvix/store-go/export.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store-go/export.go b/tvix/store-go/export.go index 889311efe70b..c68e015cdbc8 100644 --- a/tvix/store-go/export.go +++ b/tvix/store-go/export.go @@ -5,7 +5,7 @@ import ( "io" "path" - castorev1pb "code.tvl.fyi/tvix/castore/protos" + castorev1pb "code.tvl.fyi/tvix/castore-go" "github.com/nix-community/go-nix/pkg/nar" ) |