summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorLars-Dominik Braun <ldb@leibniz-psychology.org>2020-11-19 14:06:57 +0100
committerLars-Dominik Braun <ldb@leibniz-psychology.org>2020-11-19 14:06:57 +0100
commit9a7d1b1ccfa775528511f246c1b6b294516f9635 (patch)
tree48400f10b478a49c435b970c93a5929ced8a8b97 /README.rst
parent4f1b59f07ec3bc9e29df0ebd8dcfe57aca2d5153 (diff)
README: Add substitute server
Diffstat (limited to 'README.rst')
-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