From c24ce7cb11e74da13d491f9de3c4b7040a069f43 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 22 Jan 2024 22:35:30 +0100 Subject: Start using the channel The PGP key name is changed because the diacritics caused some pattern matching to fail during guix pull. There was also wrong nesting to fix. --- .guix-authorizations | 4 ++-- systems/izumi/channels.scm | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.guix-authorizations b/.guix-authorizations index bea1c29..710157d 100644 --- a/.guix-authorizations +++ b/.guix-authorizations @@ -1,4 +1,4 @@ ( authorizations ( version 0 ) - ( ( "590E 500F E39D 26B3 E60B 743B 6D81 B120 7711 899F" ) - ( name "Marek Paśnikowski" ) ) ) + ( ( "590E 500F E39D 26B3 E60B 743B 6D81 B120 7711 899F" + ( name "Marek Paśnikowski" ) ) ) ) diff --git a/systems/izumi/channels.scm b/systems/izumi/channels.scm index 99011a4..c7d72c7 100644 --- a/systems/izumi/channels.scm +++ b/systems/izumi/channels.scm @@ -1,6 +1,14 @@ ( append %default-channels ( list + ( channel + ( introduction + ( make-channel-introduction + "f1a8593c6252a98ffcc964d2245bbf02a2aed0b6" + ( 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" ) -- cgit v1.2.3