diff options
author | Adam Joseph <adam@westernsemico.com> | 2022-08-04 14:22:14 -0700 |
---|---|---|
committer | Adam Joseph <adam@westernsemico.com> | 2022-08-04 14:22:14 -0700 |
commit | 1b97f3872ed70d9ad5d19d27dc56b42ba4d26382 (patch) | |
tree | 3d7b67231689388e49a9f2e757689950a359ec6c /doc/manual/src | |
parent | 62674659ed7b7fc6a2c884f52df2474e344400f8 (diff) |
!fixup: transposed characters
Diffstat (limited to 'doc/manual/src')
-rw-r--r-- | doc/manual/src/package-management/terminology.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/package-management/terminology.md b/doc/manual/src/package-management/terminology.md index 8dc2ede33..6ad0f6833 100644 --- a/doc/manual/src/package-management/terminology.md +++ b/doc/manual/src/package-management/terminology.md @@ -22,7 +22,7 @@ copy the realisation of a derivation instead of building it. Nix will not copy a realisation from a remote store unless one of the following is true: -- the realisation is signed by one of the `trusted-public-key`s +- the realisation 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 derivation is a fixed-output derivation |