From ea4915a74bc4c03495d4910c1e32a92c790b6626 Mon Sep 17 00:00:00 2001 From: Christopher Lemmer Webber Date: Sat, 11 Jul 2020 21:42:04 -0400 Subject: 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. --- gnu/services/base.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 make-guix-configuration -- cgit v1.2.3