aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2022-10-20 10:55:04 -0600
committerKenny Ballou <kb@devnulllabs.io>2022-10-20 10:55:04 -0600
commit95eb76a37f55cf15a9c476bf15f3a841ba3ddf5f (patch)
treea587136d8213bf525a9674614f34dc03ceabf806 /config
parent863f7296298c76a6013006bbe261626a75699bdd (diff)
downloaddotfiles-95eb76a37f55cf15a9c476bf15f3a841ba3ddf5f.tar.gz
dotfiles-95eb76a37f55cf15a9c476bf15f3a841ba3ddf5f.tar.xz
guix: channels: update using make target
Hopefully, the `guix describe` command will stop resorting the channels so that we see only the commit lines changing instead of _everything_. Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'config')
-rw-r--r--config/guix/channels.scm81
1 files changed, 40 insertions, 41 deletions
diff --git a/config/guix/channels.scm b/config/guix/channels.scm
index 08a374cc..f2e5a37e 100644
--- a/config/guix/channels.scm
+++ b/config/guix/channels.scm
@@ -1,45 +1,44 @@
(list (channel
- (name 'emacs)
- (url "https://github.com/babariviere/guix-emacs.git")
- (branch "master")
- (commit
- "014b733624d3915eee6c62c4e57ff23706c22306")
- (introduction
- (make-channel-introduction
- "8d45521e2aeac063fba926d375b1a202c5487275"
- (openpgp-fingerprint
- "3625 EE6E E04C 2179 AF71 6983 A09D 60B1 44D1 75FE"))))
+ (name 'guix)
+ (url "https://git.savannah.gnu.org/git/guix.git")
+ (branch "master")
+ (commit
+ "93d257c3cb23b1b3777d4cecf138dfc37f123f9a")
+ (introduction
+ (make-channel-introduction
+ "9edb3f66fd807b096b48283debdcddccfea34bad"
+ (openpgp-fingerprint
+ "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
(channel
- (name 'kbg)
- (url "https://git.sr.ht/~kennyballou/guix-channel.git")
- (branch "master")
- (commit
- "0e97479fb93dc173cde8607ca155817f25be2849")
- (introduction
- (make-channel-introduction
- "0e97479fb93dc173cde8607ca155817f25be2849"
- (openpgp-fingerprint
- "B74C C4B4 1148 C3DB 364B C211 82D9 4B35 744E 1B34"))))
+ (name 'nonguix)
+ (url "https://gitlab.com/nonguix/nonguix")
+ (branch "master")
+ (commit
+ "4399c012e4bb5460c1807285ed98fb5455816f8c")
+ (introduction
+ (make-channel-introduction
+ "ca0837cc70d5b4d3fce83b34c31b3378f60f4498"
+ (openpgp-fingerprint
+ "8141 6036 E81A 5CF7 8F80 1071 ECFC 8398 8B4E 4B9F"))))
(channel
- (name 'nonguix)
- (url "https://gitlab.com/nonguix/nonguix")
- (branch "master")
- (commit
- "4399c012e4bb5460c1807285ed98fb5455816f8c")
- (introduction
- (make-channel-introduction
- "ca0837cc70d5b4d3fce83b34c31b3378f60f4498"
- (openpgp-fingerprint
- "8141 6036 E81A 5CF7 8F80 1071 ECFC 8398 8B4E 4B9F"))))
+ (name 'kbg)
+ (url "https://git.sr.ht/~kennyballou/guix-channel.git")
+ (branch "master")
+ (commit
+ "0e97479fb93dc173cde8607ca155817f25be2849")
+ (introduction
+ (make-channel-introduction
+ "0e97479fb93dc173cde8607ca155817f25be2849"
+ (openpgp-fingerprint
+ "B74C C4B4 1148 C3DB 364B C211 82D9 4B35 744E 1B34"))))
(channel
- (name 'guix)
- (url "https://git.savannah.gnu.org/git/guix.git")
- (branch "master")
- (commit
- "93d257c3cb23b1b3777d4cecf138dfc37f123f9a")
- (introduction
- (make-channel-introduction
- "9edb3f66fd807b096b48283debdcddccfea34bad"
- (openpgp-fingerprint
- "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))
-
+ (name 'emacs)
+ (url "https://github.com/babariviere/guix-emacs.git")
+ (branch "master")
+ (commit
+ "014b733624d3915eee6c62c4e57ff23706c22306")
+ (introduction
+ (make-channel-introduction
+ "8d45521e2aeac063fba926d375b1a202c5487275"
+ (openpgp-fingerprint
+ "3625 EE6E E04C 2179 AF71 6983 A09D 60B1 44D1 75FE")))))