1
1
Fork 0
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:
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

@ -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**
>