mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
fix documentation issues
This commit is contained in:
parent
e4e4063f16
commit
892eba4944
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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**
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -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 `@`.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue