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.