linkify mention of other options

This commit is contained in:
Adam Joseph 2022-09-01 17:54:23 -07:00
parent 59dc8346ca
commit 1ab913467e

View file

@ -617,10 +617,10 @@ public:
Nix will copy a store path from a remote store only if one Nix will copy a store path from a remote store only if one
of the following is true: of the following is true:
- the store object is signed by one of the `trusted-public-keys` - the store object is signed by one of the [`trusted-public-keys`](#conf-trusted-public-keys)
- the substituter is in the `trusted-substituters` list - the substituter is in the [`trusted-substituters`](#conf-trusted-substituters) list
- the `no-require-sigs` option has been set to disable signature checking - the [`require-sigs`](#conf-require-sigs) option has been set to `false`
- the store object is [output-addressed](#gloss-output-addressed-store-object) - the store object is [output-addressed](glossary.md#gloss-output-addressed-store-object)
)", )",
{"binary-caches"}}; {"binary-caches"}};