forked from lix-project/lix
Fix 1.8 release note about build-max-jobs
We set build-cores automatically, not build-max-jobs. (The commit
message for de4cdd0d47
also got this
wrong.)
This commit is contained in:
parent
3cb0387d3f
commit
4f3fb34844
|
@ -83,8 +83,8 @@ $ nix-store -l $(which xterm)
|
||||||
caches).</para></listitem>
|
caches).</para></listitem>
|
||||||
|
|
||||||
<listitem><para>The configuration option
|
<listitem><para>The configuration option
|
||||||
<option>build-max-jobs</option> now defaults to the number of
|
<option>build-cores</option> now defaults to the number of available
|
||||||
available CPU cores.</para></listitem>
|
CPU cores.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>Build users are now used by default when Nix is
|
<listitem><para>Build users are now used by default when Nix is
|
||||||
invoked as root. This prevents builds from accidentally running as
|
invoked as root. This prevents builds from accidentally running as
|
||||||
|
|
Loading…
Reference in a new issue