From 00aa3260c91b946736179133f353009cab7b9d35 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 5 Jan 2024 17:41:37 +0200 Subject: fix(tvix/build): fix inconsistencies around paths Change-Id: I76ce4e042f6fbe4bc897767b55ce4eb1f7269e5c Reviewed-on: https://cl.tvl.fyi/c/depot/+/10541 Tested-by: BuildkiteCI Reviewed-by: Connor Brewster Autosubmit: flokli --- tvix/build-go/build.pb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/build-go/build.pb.go') 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. -- cgit 1.4.1