aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-05-18 09:31:22 +0200
committerGitHub <noreply@github.com>2020-05-18 09:31:22 +0200
commit2e16186a9920c8c02ff7752ff1987bb5970c9854 (patch)
tree30958762a1d8600c9d77050e73d5d5db0b9eefd5
parent546b179d0a89e9f27a02e92004da0f8f08e5041a (diff)
parente223eeac09c6468db80ee0497c84960b4ec73e02 (diff)
Merge pull request #3592 from Mic92/doc-fixes
Remove -j option from simple-build-testing
-rw-r--r--doc/manual/expressions/simple-building-testing.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/manual/expressions/simple-building-testing.xml b/doc/manual/expressions/simple-building-testing.xml
index 7326a3e76..ce0a1636d 100644
--- a/doc/manual/expressions/simple-building-testing.xml
+++ b/doc/manual/expressions/simple-building-testing.xml
@@ -73,12 +73,4 @@ waiting for lock on `/nix/store/0h5b7hp8d4hqfrw8igvx97x1xawrjnac-hello-2.1.1x'</
So it is always safe to run multiple instances of Nix in parallel
(which isn’t the case with, say, <command>make</command>).</para>
-<para>If you have a system with multiple CPUs, you may want to have
-Nix build different derivations in parallel (insofar as possible).
-Just pass the option <link linkend='opt-max-jobs'><option>-j
-<replaceable>N</replaceable></option></link>, where
-<replaceable>N</replaceable> is the maximum number of jobs to be run
-in parallel, or set. Typically this should be the number of
-CPUs.</para>
-
</section>