Collin J. Doering
4923e7e2ca
* .guix/rekahsoft/guix-config/home.scm: Remove emacs-org-babel-eval-in-repl as its dependency 'emacs-ess' does not currently build, which blocks updates. * channels.scm: Update guix and nonguix channels. * user-config/emacs/.emacs.d/config.org: Remove eval-in-repl configuration (I honestly did not really use this much anyways).
43 lines
1.6 KiB
Scheme
43 lines
1.6 KiB
Scheme
(list (channel
|
|
(name 'guix)
|
|
(url "https://git.savannah.gnu.org/git/guix.git")
|
|
(branch "master")
|
|
(commit
|
|
"25b83bd9e4ceb77f08c0caee3ecdc48263b53a46")
|
|
(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
|
|
"71a53faf2e1925a309b480f17e5b836740ce54bc")
|
|
(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
|
|
"5cf3836d5d6e2f138c7922b4f39db6475794ff0d")
|
|
(introduction
|
|
(make-channel-introduction
|
|
"d910ac4ca1e1a115934b10921bc23f50bd481043"
|
|
(openpgp-fingerprint
|
|
"F8D5 46F3 AF37 EF53 D1B6 48BE 7B4D EB93 212B 3022"))))
|
|
(channel
|
|
(name 'rekahsoft-dotfiles)
|
|
(url "https://git.home.rekahsoft.ca/rekahsoft-public/dotfiles.git")
|
|
(branch "master")
|
|
(introduction
|
|
(make-channel-introduction
|
|
"32b8ebec9a503b9796fda0a8ac3eb11eec744397"
|
|
(openpgp-fingerprint
|
|
"F8D5 46F3 AF37 EF53 D1B6 48BE 7B4D EB93 212B 3022")))))
|