about summary refs log tree commit diff
path: root/tvix/store-go/export.go
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/store-go/export.go')
-rw-r--r--tvix/store-go/export.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store-go/export.go b/tvix/store-go/export.go
index 889311efe7..c68e015cdb 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"
 )