summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-10-25 15:28:33 +0200
committerRicardo Wurmus <rekado@elephly.net>2023-10-25 15:28:33 +0200
commit3d0ba98bcc4ce2a55b57db45ce5be6254be1d787 (patch)
tree4dc18f4d4f0612384dc66f236f462df4d0a1001c /README.rst
parent94d5b82ce8cf684a6eb72562243b7fc96dd9892c (diff)
README: Update info about substitute servers and key.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst31
1 files changed, 10 insertions, 21 deletions
diff --git a/README.rst b/README.rst
index 5c2fee1..f430136 100644
--- a/README.rst
+++ b/README.rst
@@ -1,21 +1,11 @@
1Guix science packages 1Guix science packages
2===================== 2=====================
3 3
4.. image:: https://github.com/guix-science/guix-science/workflows/build/badge.svg 4.. image:: https://guix.bordeaux.inria.fr/jobset/guix-science/badge.svg?type=0
5 :target: https://github.com/guix-science/guix-science/actions 5 :target: https://guix.bordeaux.inria.fr/jobset/guix-science
6 6
7This GNU Guix_ channel provides recent versions of scientific software, which 7This GNU Guix_ channel provides recent versions of scientific software, which
8cannot be included upstream. Currently the following software is packaged: 8cannot be included upstream.
9
10- JASP_ (``jasp``)
11- Jupyter Notebook (``python-notebook``)
12- JupyterLab_ (``python-jupyterlab``)
13- `RStudio Desktop`_ (``rstudio``)
14- RStudio Server (``rstudio-server``)
15
16.. _JASP: https://jasp-stats.org/
17.. _JupyterLab: https://jupyterlab.readthedocs.io/
18.. _RStudio Desktop: https://rstudio.com/products/rstudio/
19 9
20See `Specifying Additional Channels`_ in the Guix manual for instructions how 10See `Specifying Additional Channels`_ in the Guix manual for instructions how
21to add it to your installation or simply add the following snippet to your 11to add it to your installation or simply add the following snippet to your
@@ -36,18 +26,17 @@ to add it to your installation or simply add the following snippet to your
36.. _Specifying Additional Channels: https://guix.gnu.org/manual/en/guix.html#Specifying-Additional-Channels 26.. _Specifying Additional Channels: https://guix.gnu.org/manual/en/guix.html#Specifying-Additional-Channels
37 27
38Binary substitutes for ``x86_64-linux`` are available from 28Binary substitutes for ``x86_64-linux`` are available from
39https://substitutes.guix.psychnotebook.org/, see `Getting Substitutes from 29https://guix.bordeaux.inria.fr, see `Getting Substitutes from Other
40Other Servers`_ in the official manual. The signing key can be imported using: 30Servers`_ in the official manual. The signing key can be imported
31using:
41 32
42.. code:: console 33.. code:: console
43 34
44 $ guix archive --authorize <<EOF 35 $ guix archive --authorize <<EOF
45 (public-key 36 (public-key
46 (ecc 37 (ecc
47 (curve Ed25519) 38 (curve Ed25519)
48 (q #D4E1CAFAB105581122B326E89804E3546EF905C0D9B39F161BBD8ABB4B11D14A#) 39 (q #89FBA276A976A8DE2A69774771A92C8C879E0F24614AAAAE23119608707B3F06#)))
49 )
50 )
51 EOF 40 EOF
52 41
53.. _Getting Substitutes from Other Servers: https://guix.gnu.org/manual/en/guix.html#Getting-Substitutes-from-Other-Servers 42.. _Getting Substitutes from Other Servers: https://guix.gnu.org/manual/en/guix.html#Getting-Substitutes-from-Other-Servers