1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 12:06:01 +01:00

Settings typos

This commit is contained in:
Eelco Dolstra 2025-10-27 15:07:56 +01:00
parent 9321669353
commit 17777e3b70

View file

@ -427,7 +427,7 @@ public:
R"( R"(
If set to `true`, Nix instructs [remote build machines](#conf-builders) to use their own [`substituters`](#conf-substituters) if available. If set to `true`, Nix instructs [remote build machines](#conf-builders) to use their own [`substituters`](#conf-substituters) if available.
It means that remote build hosts fetches as many dependencies as possible from their own substituters (e.g, from `cache.nixos.org`) instead of waiting for the local machine to upload them all. It means that remote build hosts fetch as many dependencies as possible from their own substituters (e.g, from `cache.nixos.org`) instead of waiting for the local machine to upload them all.
This can drastically reduce build times if the network connection between the local machine and the remote build host is slow. This can drastically reduce build times if the network connection between the local machine and the remote build host is slow.
)"}; )"};
@ -847,8 +847,8 @@ public:
4. The path to the build's scratch directory. This directory 4. The path to the build's scratch directory. This directory
exists only if the build was run with `--keep-failed`. exists only if the build was run with `--keep-failed`.
The stderr and stdout output from the diff hook isn't The stderr and stdout output from the diff hook isn't displayed
displayed to the user. Instead, it print to the nix-daemon's log. to the user. Instead, it prints to the nix-daemon's log.
When using the Nix daemon, `diff-hook` must be set in the `nix.conf` When using the Nix daemon, `diff-hook` must be set in the `nix.conf`
configuration file, and cannot be passed at the command line. configuration file, and cannot be passed at the command line.