diff options
author | Stacie <staciewaleyko@gmail.com> | 2022-08-12 13:05:35 -0400 |
---|---|---|
committer | Stacie <staciewaleyko@gmail.com> | 2022-08-15 16:03:17 -0400 |
commit | 98383d6d0dade5c2af2adcf10e274141fc7981aa (patch) | |
tree | 898e212e675c0fb5530cd6d2ab0d5d54f1e99c10 /contrib | |
parent | bf3f05f41d27a6be3730432aaa7e22e443f7cafa (diff) |
doc: minor updates to guix README
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/guix/INSTALL.md | 4 | ||||
-rw-r--r-- | contrib/guix/README.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/guix/INSTALL.md b/contrib/guix/INSTALL.md index 68aae18731..a9a41ddff6 100644 --- a/contrib/guix/INSTALL.md +++ b/contrib/guix/INSTALL.md @@ -72,11 +72,11 @@ writing (July 2021). Guix is expected to be more widely packaged over time. For an up-to-date view on Guix's package status/version across distros, please see: https://repology.org/project/guix/versions -### Debian 11 (Bullseye)/Ubuntu 21.04 (Hirsute Hippo) +### Debian / Ubuntu Guix v1.2.0 is available as a distribution package starting in [Debian 11](https://packages.debian.org/bullseye/guix) and [Ubuntu -21.04](https://packages.ubuntu.com/hirsute/guix). +21.04](https://packages.ubuntu.com/search?keywords=guix). Note that if you intend on using Guix without using any substitutes (more details [here][security-model]), v1.2.0 has a known problem when building GnuTLS diff --git a/contrib/guix/README.md b/contrib/guix/README.md index af5607c710..ed6ac8d589 100644 --- a/contrib/guix/README.md +++ b/contrib/guix/README.md @@ -382,7 +382,7 @@ https://ci.guix.gnu.org is automatically used unless the `--no-substitutes` flag is supplied. This default list of substitute servers is overridable both on a `guix-daemon` level and when you invoke `guix` commands. See examples below for the various ways of adding dongcarl's substitute server after having [authorized -his signing key](#authorize-the-signing-keys). +his signing key](#step-1-authorize-the-signing-keys). Change the **default list** of substitute servers by starting `guix-daemon` with the `--substitute-urls` option (you will likely need to edit your init script): |