channels.scm: Add a Guix channels file to pin dependencies

This commit is contained in:
Collin J. Doering 2024-03-21 18:20:03 -04:00
parent 059e1bba38
commit bec6ffee65
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 22 additions and 0 deletions

22
channels.scm Normal file
View File

@ -0,0 +1,22 @@
(list (channel
(name 'guix)
(url "https://git.savannah.gnu.org/git/guix.git")
(branch "master")
(commit
"162d6a2fdd6af13272967c77347a54934ecb45e6")
(introduction
(make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad"
(openpgp-fingerprint
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
(channel
(name 'guix-north-america)
(url "https://git.rekahsoft.ca/rekahsoft/guix-north-america.git")
(branch "master")
;; (commit ;; Pin to <commit-sha> if/when required
;; "<commit-sha>")
(introduction
(make-channel-introduction
"c0979ad86fdf0b403c60d5767328cb862ecc00ef"
(openpgp-fingerprint
"F8D5 46F3 AF37 EF53 D1B6 48BE 7B4D EB93 212B 3022")))))