diff options
| -rw-r--r-- | README.rst | 17 |
1 files changed, 17 insertions, 0 deletions
| @@ -35,6 +35,23 @@ to add it to your installation or simply add the following snippet to your | |||
| 35 | .. _Guix: https://guix.gnu.org/ | 35 | .. _Guix: https://guix.gnu.org/ |
| 36 | .. _Specifying Additional Channels: https://guix.gnu.org/manual/en/guix.html#Specifying-Additional-Channels | 36 | .. _Specifying Additional Channels: https://guix.gnu.org/manual/en/guix.html#Specifying-Additional-Channels |
| 37 | 37 | ||
| 38 | Binary substitutes for ``x86_64-linux`` are available from | ||
| 39 | https://substitutes.guix.psychnotebook.org/, see `Getting Substitutes from | ||
| 40 | Other Servers`_ in the official manual. The signing key can be imported using: | ||
| 41 | |||
| 42 | .. code:: console | ||
| 43 | |||
| 44 | $ guix archive --authorize <<EOF | ||
| 45 | (public-key | ||
| 46 | (ecc | ||
| 47 | (curve Ed25519) | ||
| 48 | (q #D4E1CAFAB105581122B326E89804E3546EF905C0D9B39F161BBD8ABB4B11D14A#) | ||
| 49 | ) | ||
| 50 | ) | ||
| 51 | EOF | ||
| 52 | |||
| 53 | .. _Getting Substitutes from Other Servers: https://guix.gnu.org/manual/en/guix.html#Getting-Substitutes-from-Other-Servers | ||
| 54 | |||
| 38 | Contributing | 55 | Contributing |
| 39 | ------------ | 56 | ------------ |
| 40 | 57 | ||
