diff options
author | Liam Hupfer <liam@hpfr.net> | 2024-12-04 21:21:09 -0600 |
---|---|---|
committer | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2024-12-24 10:21:51 +0100 |
commit | f44a49d3092d509c5e09cc27ada40a8c4d99c02d (patch) | |
tree | b2e8ae3dc722a1707ea5078210159aa2de10698c | |
parent | 3112b76fb80a41e2d9d8fb6f258421a84a522f35 (diff) |
README.org: Mention Cuirass instance.
* README.org (Substitutes for nonguix): Mention Cuirass instance.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
-rw-r--r-- | README.org | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -329,6 +329,9 @@ sudo guix archive --authorize < signing-key.pub sudo guix system reconfigure /etc/config.scm --substitute-urls='https://ci.guix.gnu.org https://bordeaux.guix.gnu.org https://substitutes.nonguix.org' #+END_SRC +The [[https://cuirass.nonguix.org/][Nonguix Cuirass instance]] can be useful when investigating substitution +failures. + Check out the [[https://guix.gnu.org/manual/en/html_node/Substitutes.html][chapter on substitutes]] in the Guix manual for more details. |