diff options
author | Florian Klink <flokli@flokli.de> | 2024-01-05T15·41+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-01-05T16·49+0000 |
commit | 00aa3260c91b946736179133f353009cab7b9d35 (patch) | |
tree | 5c7aac19c5a0161dd858ec866c663d0bccf94c02 /tvix/build-go | |
parent | 5f0360c566a8c3a6ebfea1c3b2ddb068ebba4859 (diff) |
fix(tvix/build): fix inconsistencies around paths r/7353
Change-Id: I76ce4e042f6fbe4bc897767b55ce4eb1f7269e5c Reviewed-on: https://cl.tvl.fyi/c/depot/+/10541 Tested-by: BuildkiteCI Reviewed-by: Connor Brewster <cbrewster@hey.com> Autosubmit: flokli <flokli@flokli.de>
Diffstat (limited to 'tvix/build-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. |