diff options
author | Christopher Lemmer Webber <cwebber@dustycloud.org> | 2020-07-11 21:42:04 -0400 |
---|---|---|
committer | Christopher Lemmer Webber <cwebber@dustycloud.org> | 2020-07-11 21:42:04 -0400 |
commit | ea4915a74bc4c03495d4910c1e32a92c790b6626 (patch) | |
tree | b0116e5fbbbd32dcf20f1a7cc834ae5e964db776 /gnu/services/base.scm | |
parent | 6680880f9b8dceb4f2f3f91bd2b13c659b53835e (diff) |
services: guix: Refer to 'berlin.guix.gnu.org.pub'.
Commit 6680880f9b8dceb4f2f3f91bd2b13c659b53835e pushes out a new guix
package with a new key location, so we need to update to the new key
in order for systems to build correctly.
* gnu/services/base.scm (%default-authorized-guix-keys): Refer to berlin.guix.gnu.org.pub.
Diffstat (limited to 'gnu/services/base.scm')
-rw-r--r-- | gnu/services/base.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/base.scm b/gnu/services/base.scm index 0b82a90507..9b4cd13214 100644 --- a/gnu/services/base.scm +++ b/gnu/services/base.scm @@ -1483,7 +1483,7 @@ archive' public keys, with GUIX." ;; List of authorized substitute keys. ;; TODO: Change to "berlin.guix.gnu.org.pub" when the 'guix' package is ;; updated. - (list (file-append guix "/share/guix/berlin.guixsd.org.pub"))) + (list (file-append guix "/share/guix/berlin.guix.gnu.org.pub"))) (define-record-type* <guix-configuration> guix-configuration make-guix-configuration |