Created
September 13, 2022 08:58
-
-
Save erkiesken/b6ef40d5e06d895231ff52083eaebfac to your computer and use it in GitHub Desktop.
guix channels
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(list (channel | |
(name 'kanal-a) | |
(url "https://github.com/erkiesken/kanal-a") | |
(branch "main")) | |
(channel | |
(name 'flat) | |
(url "https://github.com/flatwhatson/guix-channel.git") | |
(introduction | |
(make-channel-introduction | |
"33f86a4b48205c0dc19d7c036c85393f0766f806" | |
(openpgp-fingerprint | |
"736A C00E 1254 378B A982 7AF6 9DBE 8265 81B6 4490")))) | |
(channel | |
(name 'nonguix) | |
(url "https://gitlab.com/nonguix/nonguix")) | |
(channel | |
(name 'guix) | |
(url "https://git.savannah.gnu.org/git/guix.git") | |
(introduction | |
(make-channel-introduction | |
"9edb3f66fd807b096b48283debdcddccfea34bad" | |
(openpgp-fingerprint | |
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment