diff options
author | Adam Joseph <adam@westernsemico.com> | 2022-08-05 10:13:41 -0700 |
---|---|---|
committer | Adam Joseph <adam@westernsemico.com> | 2022-08-05 10:13:41 -0700 |
commit | 2eb74c918dc7dc04ed36b3fdcd95406007d97690 (patch) | |
tree | 71628ab4eb78cb2ec9d08f0a3800829deb7023ef | |
parent | aae771cad26a3803ef0a0855c782823d22949cf3 (diff) |
derivations do not need to be signed
-rw-r--r-- | doc/manual/src/package-management/terminology.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/manual/src/package-management/terminology.md b/doc/manual/src/package-management/terminology.md index 241bb6c5a..4b9e68de9 100644 --- a/doc/manual/src/package-management/terminology.md +++ b/doc/manual/src/package-management/terminology.md @@ -24,4 +24,5 @@ path from a remote store unless 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 a derivation - the store object is the realisation of a fixed-output derivation |