Skip to content

Instantly share code, notes, and snippets.

@erkiesken
Created September 13, 2022 08:58
Show Gist options
  • Save erkiesken/b6ef40d5e06d895231ff52083eaebfac to your computer and use it in GitHub Desktop.
Save erkiesken/b6ef40d5e06d895231ff52083eaebfac to your computer and use it in GitHub Desktop.
guix channels
(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