about summary refs log tree commit diff
path: root/tvix/build-go
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/build-go')
-rw-r--r--tvix/build-go/build.pb.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/build-go/build.pb.go b/tvix/build-go/build.pb.go
index 96fc09d364..6646d4e91f 100644
--- a/tvix/build-go/build.pb.go
+++ b/tvix/build-go/build.pb.go
@@ -86,7 +86,7 @@ type BuildRequest struct {
 	// slashes, and sorted.
 	ScratchPaths []string `protobuf:"bytes,4,rep,name=scratch_paths,json=scratchPaths,proto3" json:"scratch_paths,omitempty"`
 	// The path where the castore input nodes will be located at,
-	// "/nix/store" in case of Nix.
+	// "nix/store" in case of Nix.
 	// Builds might also write into here (Nix builds do that).
 	// This MUST be a clean relative path, without any ".", "..", or superfluous
 	// slashes.