From a50480c8634dab2d6dc97742d489a17bbe51c450 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Fri, 26 Jan 2024 10:01:44 +0100 Subject: Declare guix repository explicitly This fixes the following error message: (exception unbound-variable (value #f) (value "Unbound variable: ~S") (value (%default-channels)) (value #f)) On top of that, set channel branch to "wip-channel-2" --- systems/izumi/channels.scm | 45 ++++++++++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 19 deletions(-) diff --git a/systems/izumi/channels.scm b/systems/izumi/channels.scm index 0d75a1e..0a1c92d 100644 --- a/systems/izumi/channels.scm +++ b/systems/izumi/channels.scm @@ -1,19 +1,26 @@ -( append - %default-channels - ( list - ( channel - ( introduction - ( make-channel-introduction - "c24ce7cb11e74da13d491f9de3c4b7040a069f43" - ( openpgp-fingerprint - "590E 500F E39D 26B3 E60B 743B 6D81 B120 7711 899F" ) ) ) - ( name 'channel ) - ( url "file:///home/marek/src/channel" ) ) - ( channel - ( name 'nonguix ) - ( url "https://gitlab.com/nonguix/nonguix" ) - ( introduction - ( make-channel-introduction - "897c1a470da759236cc11798f4e0a5f7d4d59fbc" - ( openpgp-fingerprint - "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5" ) ) ) ) ) ) +( list + ( channel + ( introduction + ( make-channel-introduction + "9edb3f66fd807b096b48283debdcddccfea34bad" + ( openpgp-fingerprint + "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA" ) ) ) + ( name 'guix ) + ( url "https://git.savannah.gnu.org/git/guix.git" ) ) + ( channel + ( branch "wip-channel-2" ) + ( introduction + ( make-channel-introduction + "c24ce7cb11e74da13d491f9de3c4b7040a069f43" + ( openpgp-fingerprint + "590E 500F E39D 26B3 E60B 743B 6D81 B120 7711 899F" ) ) ) + ( name 'channel ) + ( url "file:///home/marek/src/channel" ) ) + ( channel + ( name 'nonguix ) + ( url "https://gitlab.com/nonguix/nonguix" ) + ( introduction + ( make-channel-introduction + "897c1a470da759236cc11798f4e0a5f7d4d59fbc" + ( openpgp-fingerprint + "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5" ) ) ) ) ) -- cgit v1.2.3