Add nonguix channel explicitly

My configuration depends on some nonguix packages and having it be only a
transient dependency through guix gaming channel means that when I disabled the
gaming channel because it was broken, it broke my configuration because it also
removed the nonguix channel from my configuration.
This commit is contained in:
Tom Willemse 2023-08-29 22:24:34 -07:00
parent 150273d741
commit 8187a45c31

View file

@ -285,6 +285,15 @@
"646573578b7adfbff415645fed201269076cebf6" "646573578b7adfbff415645fed201269076cebf6"
(openpgp-fingerprint (openpgp-fingerprint
"061C C5C4 D936 C9A8 AECC 1A17 7D5C 407B 4350 25C1")))) "061C C5C4 D936 C9A8 AECC 1A17 7D5C 407B 4350 25C1"))))
(channel
(name 'nonguix)
(url "https://gitlab.com/nonguix/nonguix")
;; Enable signature verification:
(introduction
(make-channel-introduction
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
(openpgp-fingerprint
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
(channel (channel
(name 'guix-gaming-games) (name 'guix-gaming-games)
(url "https://gitlab.com/guix-gaming-channels/games.git") (url "https://gitlab.com/guix-gaming-channels/games.git")