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/protos/build.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/build') diff --git a/tvix/build/protos/build.proto b/tvix/build/protos/build.proto index 733636d222..f1f6bf0b05 100644 --- a/tvix/build/protos/build.proto +++ b/tvix/build/protos/build.proto @@ -71,7 +71,7 @@ message BuildRequest { repeated string scratch_paths = 4; // 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