diff options
Diffstat (limited to 'tvix/build/protos/build.proto')
-rw-r--r-- | tvix/build/protos/build.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/build/protos/build.proto b/tvix/build/protos/build.proto index 733636d2221c..f1f6bf0b05d8 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. |