summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 2421166..5c2fee1 100644
--- a/README.rst
+++ b/README.rst
@@ -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
38Binary substitutes for ``x86_64-linux`` are available from
39https://substitutes.guix.psychnotebook.org/, see `Getting Substitutes from
40Other 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
38Contributing 55Contributing
39------------ 56------------
40 57