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:
Eelco Dolstra 2017-02-27 15:58:24 +01:00
parent 3cb0387d3f
commit 4f3fb34844
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -83,8 +83,8 @@ $ nix-store -l $(which xterm)
caches).</para></listitem>
<listitem><para>The configuration option
<option>build-max-jobs</option> now defaults to the number of
available CPU cores.</para></listitem>
<option>build-cores</option> now defaults to the number of available
CPU cores.</para></listitem>
<listitem><para>Build users are now used by default when Nix is
invoked as root. This prevents builds from accidentally running as