1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 11:36:03 +01:00

fix documentation issues

This commit is contained in:
Martin Joerg 2025-11-02 09:17:40 +00:00
parent e4e4063f16
commit 892eba4944
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@
This man page describes the command `nix-shell`, which is distinct from `nix This man page describes the command `nix-shell`, which is distinct from `nix
shell`. For documentation on the latter, run `nix shell --help` or see `man shell`. For documentation on the latter, run `nix shell --help` or see `man
nix3-shell`. nix3-env-shell`.
# Description # Description

View file

@ -199,7 +199,7 @@ public:
--> -->
For instance, in Nixpkgs, if the attribute `enableParallelBuilding` for the `mkDerivation` build helper is set to `true`, it passes the `-j${NIX_BUILD_CORES}` flag to GNU Make. For instance, in Nixpkgs, if the attribute `enableParallelBuilding` for the `mkDerivation` build helper is set to `true`, it passes the `-j${NIX_BUILD_CORES}` flag to GNU Make.
If set to `0`, nix will detect the number of CPU cores and pass this number via NIX_BUILD_CORES. If set to `0`, nix will detect the number of CPU cores and pass this number via `NIX_BUILD_CORES`.
> **Note** > **Note**
> >

View file

@ -87,7 +87,7 @@ struct AuthorizationSettings : Config
{"*"}, {"*"},
"allowed-users", "allowed-users",
R"( R"(
A list user names, separated by whitespace. A list of user names, separated by whitespace.
These users are allowed to connect to the Nix daemon. These users are allowed to connect to the Nix daemon.
You can specify groups by prefixing names with `@`. You can specify groups by prefixing names with `@`.