aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/globals.hh
diff options
context:
space:
mode:
authorAdam Joseph <adam@westernsemico.com>2022-09-01 17:54:23 -0700
committerAdam Joseph <adam@westernsemico.com>2022-09-01 18:03:35 -0700
commit1ab913467ef8e9ff946e64bd31841775d743b2d6 (patch)
tree4a6314e8a220d3a4171b4e4e1f122367da15ae16 /src/libstore/globals.hh
parent59dc8346ca53f49ccdbbd6709b12a479376d1464 (diff)
linkify mention of other options
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r--src/libstore/globals.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh
index a659036e2..a4db3bf08 100644
--- a/src/libstore/globals.hh
+++ b/src/libstore/globals.hh
@@ -617,10 +617,10 @@ public:
Nix will copy a store path from a remote store only if one
of the following is true:
- - the store object is signed by one of the `trusted-public-keys`
- - the substituter is in the `trusted-substituters` list
- - the `no-require-sigs` option has been set to disable signature checking
- - the store object is [output-addressed](#gloss-output-addressed-store-object)
+ - the store object is signed by one of the [`trusted-public-keys`](#conf-trusted-public-keys)
+ - the substituter is in the [`trusted-substituters`](#conf-trusted-substituters) list
+ - the [`require-sigs`](#conf-require-sigs) option has been set to `false`
+ - the store object is [output-addressed](glossary.md#gloss-output-addressed-store-object)
)",
{"binary-caches"}};