diff --git a/doc/manual/command-ref/conf-file.xml b/doc/manual/command-ref/conf-file.xml index 1865bb37c..3851cf18d 100644 --- a/doc/manual/command-ref/conf-file.xml +++ b/doc/manual/command-ref/conf-file.xml @@ -437,7 +437,8 @@ builtins.fetchurl { This option defines the maximum number of jobs that Nix will try to build in parallel. The default is 1. The special value auto - causes Nix to use the number of CPUs in your system. It can be + causes Nix to use the number of CPUs in your system. 0 + is useful when using remote builders to prevent any local builds. It can be overridden using the () command line switch.