mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 11:36:03 +01:00
Merge pull request #14446 from mjoerg/fix-docs
fix documentation issues
This commit is contained in:
commit
2d83bc6b83
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
|
||||
shell`. For documentation on the latter, run `nix shell --help` or see `man
|
||||
nix3-shell`.
|
||||
nix3-env-shell`.
|
||||
|
||||
# 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.
|
||||
|
||||
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**
|
||||
>
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ struct AuthorizationSettings : Config
|
|||
{"*"},
|
||||
"allowed-users",
|
||||
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.
|
||||
|
||||
You can specify groups by prefixing names with `@`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue