1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 03:56: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.
)"}; )"};
@ -503,7 +503,7 @@ public:
by the Nix account, its group should be the group specified here, by the Nix account, its group should be the group specified here,
and its mode should be `1775`. and its mode should be `1775`.
If the build users group is empty, builds areperformed under If the build users group is empty, builds are performed under
the uid of the Nix process (that is, the uid of the caller if the uid of the Nix process (that is, the uid of the caller if
`NIX_REMOTE` is empty, the uid under which the Nix daemon runs if `NIX_REMOTE` is empty, the uid under which the Nix daemon runs if
`NIX_REMOTE` is `daemon`). Obviously, this should not be used `NIX_REMOTE` is `daemon`). Obviously, this should not be used
@ -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.