diff options
| author | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2026-01-18 21:52:31 -0500 |
|---|---|---|
| committer | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2026-01-18 21:52:31 -0500 |
| commit | 54f433e88e8e3333eef54f7161f35114e25374b1 (patch) | |
| tree | 6b4409bc843f0bccdd937680a095f29e57c55b73 /channels.scm | |
Initial commit
Diffstat (limited to 'channels.scm')
| -rw-r--r-- | channels.scm | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/channels.scm b/channels.scm new file mode 100644 index 0000000..50a3a59 --- /dev/null +++ b/channels.scm @@ -0,0 +1,36 @@ +(list (channel + (name 'guix) + (url "https://git.guix.gnu.org/guix.git") + (branch "master") + (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") + (introduction + (make-channel-introduction + "897c1a470da759236cc11798f4e0a5f7d4d59fbc" + (openpgp-fingerprint + "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5")))) + (channel + (name 'guix-science-nonfree) + (url "https://codeberg.org/guix-science/guix-science-nonfree.git") + (branch "master") + (introduction + (make-channel-introduction + "58661b110325fd5d9b40e6f0177cc486a615817e" + (openpgp-fingerprint + "CA4F 8CF4 37D7 478F DA05 5FD4 4213 7701 1A37 8446")))) + (channel + (name 'languidnights) + (url "git://languidnights.com/guix-packages") + (branch "main") + (introduction + (make-channel-introduction + "fd51369453074f1d54081e2f0af270743c4db24f" + (openpgp-fingerprint + "2C6B 707A FE25 ADA4 3DD5 3E60 A3F4 EBEE 574A D3F9"))))) |
