diff options
| author | Lars-Dominik Braun <ldb@leibniz-psychology.org> | 2020-09-29 08:41:58 +0200 |
|---|---|---|
| committer | Lars-Dominik Braun <ldb@leibniz-psychology.org> | 2020-09-29 08:41:58 +0200 |
| commit | 5a2d9baeda971df575c017669bca8eb8faa22ebd (patch) | |
| tree | ed842ce24d62e93c96d2dfcd36758622634bad5c | |
| parent | b1fe5aaff3ab48e798a4cce02f0212bc91f423dc (diff) | |
README: Add channel specification
For easy copy&pasting.
| -rw-r--r-- | README.rst | 13 |
1 files changed, 12 insertions, 1 deletions
| @@ -12,7 +12,18 @@ cannot be included upstream. Currently the following software is packaged: | |||
| 12 | - RStudio Web (``rstudio-server``) | 12 | - RStudio Web (``rstudio-server``) |
| 13 | 13 | ||
| 14 | See `Using a Custom Guix Channel`_ for instructions how to add it to your | 14 | See `Using a Custom Guix Channel`_ for instructions how to add it to your |
| 15 | installation. | 15 | installation or simply add the following snippet to your ``channels.scm``: |
| 16 | |||
| 17 | .. code:: scheme | ||
| 18 | |||
| 19 | (channel | ||
| 20 | (name 'guix-science) | ||
| 21 | (url "https://github.com/guix-science/guix-science.git") | ||
| 22 | (introduction | ||
| 23 | (make-channel-introduction | ||
| 24 | "b1fe5aaff3ab48e798a4cce02f0212bc91f423dc" | ||
| 25 | (openpgp-fingerprint | ||
| 26 | "CA4F 8CF4 37D7 478F DA05 5FD4 4213 7701 1A37 8446")))) | ||
| 16 | 27 | ||
| 17 | .. _Guix: https://guix.gnu.org/ | 28 | .. _Guix: https://guix.gnu.org/ |
| 18 | .. _Using a Custom Guix Channel: https://guix.gnu.org/manual/en/guix.html#Using-a-Custom-Guix-Channel | 29 | .. _Using a Custom Guix Channel: https://guix.gnu.org/manual/en/guix.html#Using-a-Custom-Guix-Channel |
