summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-22 22:35:30 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-22 22:56:28 +0100
commitc24ce7cb11e74da13d491f9de3c4b7040a069f43 (patch)
treeb6f0fdd617cfe3b5dec647d8b83b3db94b270081
parent3d905bd81db728b9cc86ba4ebc81a842d8fdb3e6 (diff)
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.
-rw-r--r--.guix-authorizations4
-rw-r--r--systems/izumi/channels.scm8
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
@@ -2,6 +2,14 @@
%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" )
( introduction