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