Add guix.

This commit is contained in:
Raghav Gururajan 2021-12-19 19:00:51 -05:00
parent 59499387bf
commit 55a2fb1a85
Signed by: raghavgururajan
GPG Key ID: 5F5816647F8BE551
1 changed files with 28 additions and 0 deletions

28
guix/channels.scm Normal file
View File

@ -0,0 +1,28 @@
(append
(list
(channel
(name 'guixrus)
(url "https://git.sr.ht/~whereiseveryone/guixrus")
(introduction
(make-channel-introduction
"7c67c3a9f299517bfc4ce8235628657898dd26b2"
(openpgp-fingerprint
"CD2D 5EAA A98C CB37 DA91 D6B0 5F58 1664 7F8B E551"))))
(channel
(name 'nonguix)
(url "https://gitlab.com/nonguix/nonguix")
(introduction
(make-channel-introduction
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
(openpgp-fingerprint
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
(channel
(name 'rg)
(url "https://git.sr.ht/~raghavgururajan/guix-channel")
(introduction
(make-channel-introduction
"b56a4dabe12bfb1eed80467f48d389b32137cb60"
(openpgp-fingerprint
"CD2D 5EAA A98C CB37 DA91 D6B0 5F58 1664 7F8B E551")))))
%default-channels)