From d16ff76c69318c4ef04b1dcc873a72910b8eca49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Wed, 29 Aug 2018 14:33:14 +0100 Subject: [PATCH] nix.conf: clarify -j0 doesn't affect preferLocalBuild --- doc/manual/command-ref/conf-file.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/manual/command-ref/conf-file.xml b/doc/manual/command-ref/conf-file.xml index 3851cf18d..6a23b8f1f 100644 --- a/doc/manual/command-ref/conf-file.xml +++ b/doc/manual/command-ref/conf-file.xml @@ -438,7 +438,9 @@ builtins.fetchurl { 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. 0 - is useful when using remote builders to prevent any local builds. It can be + is useful when using remote builders to prevent any local builds (except for + preferLocalBuild derivation attribute which executes locally + regardless). It can be overridden using the () command line switch.