diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-03-08 10:07:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-08 10:07:17 +0100 |
commit | 8ce2045ecc86dd0c8aa91937c423a48b723eaf2d (patch) | |
tree | 38b93828a7537e7e809ed5b101a867bbb500c927 | |
parent | c5a232dda7b2acbee44a2eb0519f1bfd20535940 (diff) | |
parent | ac8ba2eae4fc649d7a3a19815631b4d76e60d74a (diff) |
Merge pull request #4614 from abathur/patch-1
remove doc for obsolete --no-build-hook flag
-rw-r--r-- | doc/manual/src/command-ref/opt-common.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/manual/src/command-ref/opt-common.md b/doc/manual/src/command-ref/opt-common.md index 9650f53f8..bc8eb6796 100644 --- a/doc/manual/src/command-ref/opt-common.md +++ b/doc/manual/src/command-ref/opt-common.md @@ -134,15 +134,6 @@ Most Nix commands accept the following command-line options: failure in obtaining the substitutes to lead to a full build from source (with the related consumption of resources). - - `--no-build-hook` - Disables the build hook mechanism. This allows to ignore remote - builders if they are setup on the machine. - - It's useful in cases where the bandwidth between the client and the - remote builder is too low. In that case it can take more time to - upload the sources to the remote builder and fetch back the result - than to do the computation locally. - - `--readonly-mode` When this option is used, no attempt is made to open the Nix database. Most Nix operations do need database access, so those |