guix-dotfiles/channels.scm

35 lines
1.2 KiB
Scheme
Raw Permalink Normal View History

2023-04-18 01:02:27 -04:00
(list (channel
(name 'guix)
2024-10-19 22:06:45 -04:00
(url "https://git.rschanz.org/ryan77627/guix.git")
2023-04-18 01:02:27 -04:00
(branch "master")
(commit
2024-10-07 13:23:19 -04:00
"308877be17b2c2c92d972e105e8cc6a782ab4c82")
2023-04-18 01:02:27 -04:00
(introduction
(make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad"
(openpgp-fingerprint
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
(channel
(name 'nonguix)
(url "https://gitlab.com/nonguix/nonguix")
(branch "master")
(commit
2024-10-07 13:23:19 -04:00
"ea84538b887df3aa3bdd61d5e4c284f1548e5520")
2023-04-18 01:02:27 -04:00
(introduction
(make-channel-introduction
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
(openpgp-fingerprint
2023-05-05 01:22:35 -04:00
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
(channel
(name 'rosenthal)
2023-08-08 00:13:42 -04:00
(url "https://codeberg.org/hako/rosenthal.git")
(branch "trunk")
2023-08-08 00:13:42 -04:00
(commit
2024-10-07 13:23:19 -04:00
"1deb97ada4d7d8c2d501738fcc1532a605de51a7")
(introduction
(make-channel-introduction
"7677db76330121a901604dfbad19077893865f35"
(openpgp-fingerprint
"13E7 6CD6 E649 C28C 3385 4DF5 5E5A A665 6149 17F7"))))
2023-05-05 01:22:35 -04:00
)