diff options
Diffstat (limited to 'tvix/build-go/build.pb.go')
-rw-r--r-- | tvix/build-go/build.pb.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/build-go/build.pb.go b/tvix/build-go/build.pb.go index 96fc09d3640f..6646d4e91f5b 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. |