diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-01-22 22:35:30 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-01-22 22:56:28 +0100 |
commit | c24ce7cb11e74da13d491f9de3c4b7040a069f43 (patch) | |
tree | b6f0fdd617cfe3b5dec647d8b83b3db94b270081 /systems/izumi/channels.scm | |
parent | 3d905bd81db728b9cc86ba4ebc81a842d8fdb3e6 (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.
Diffstat (limited to 'systems/izumi/channels.scm')
-rw-r--r-- | systems/izumi/channels.scm | 8 |
1 files changed, 8 insertions, 0 deletions
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 |