about summary refs log tree commit diff
path: root/tvix/build
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-01-05T15·41+0200
committerclbot <clbot@tvl.fyi>2024-01-05T16·49+0000
commit00aa3260c91b946736179133f353009cab7b9d35 (patch)
tree5c7aac19c5a0161dd858ec866c663d0bccf94c02 /tvix/build
parent5f0360c566a8c3a6ebfea1c3b2ddb068ebba4859 (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')
-rw-r--r--tvix/build/protos/build.proto2
1 files changed, 1 insertions, 1 deletions
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.