guix-machines/channels.scm
Collin J. Doering 4474308ba0
laptop-lenovo-t480s.scm: Use docker-compose from guix channel
* channels.scm (channel): Update guix, nonguix and rekahsoft-guix channels

* .guix/rekahsoft/guix-config/manual/laptop-lenovo-t480s.scm (%system): Adjust system configuration to use docker-compose from guix channel instead of temporary fix in rekahsoft-guix channel
2022-09-05 17:18:32 -04:00

45 lines
1.6 KiB
Scheme

(list (channel
(name 'guix)
(url "https://git.savannah.gnu.org/git/guix.git")
(branch "master")
(commit
"ca94157380b4ceb92f940f1d95c44e79b4521874")
(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
"9563de3037f3e41ac3c0e99176047ce73003b0e6")
(introduction
(make-channel-introduction
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
(openpgp-fingerprint
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
(channel
(name 'rekahsoft-guix)
(url "https://git.rekahsoft.ca/rekahsoft/rekahsoft-guix.git")
(branch "master")
(commit
"8ed1ca6f8a399ba0857230e670976a05a9bfa2c8")
(introduction
(make-channel-introduction
"d910ac4ca1e1a115934b10921bc23f50bd481043"
(openpgp-fingerprint
"F8D5 46F3 AF37 EF53 D1B6 48BE 7B4D EB93 212B 3022"))))
(channel
(name 'guix-machines)
(url "https://git.home.rekahsoft.ca/rekahsoft-public/guix-machines.git")
(branch "master")
;; (commit ;; Pin to <commit-sha> if/when required
;; "<commit-sha>")
(introduction
(make-channel-introduction
"acaa20d632da16937508a45ef2cc0083e09bae4c"
(openpgp-fingerprint
"F8D5 46F3 AF37 EF53 D1B6 48BE 7B4D EB93 212B 3022")))))