guixconfig/channels.scm

16 lines
325 B
Scheme
Raw Normal View History

2024-08-18 03:00:21 +00:00
(list
(channel
(name 'guix)
2024-08-18 04:18:40 +00:00
(url "https://git.savannah.gnu.org/git/guix.git"))
2024-08-18 03:00:21 +00:00
(channel
(name 'nonguix)
2024-08-18 04:18:40 +00:00
(url "https://gitlab.com/nonguix/nonguix"))
(channel
(name 'q)
(url "https://github.com/SqrtMinusOne/channel-q"))
(channel
(name 'waggle)
(branch "trunk")
(url "git://git.lunabee.space/waggle"))
)