summaryrefslogtreecommitdiff
path: root/.config/guix/channels.scm
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-12-10 21:13:20 -0500
committerbd <bdunahu@operationnull.com>2025-12-10 21:13:20 -0500
commita38f3b4b23d7005f0b25d47fbe735f46f538f178 (patch)
tree7bb73bace6db3a3c269352b62d917fb23a2aeb24 /.config/guix/channels.scm
parentc051c49aebe1d046cfb9260f9925d859d7084daa (diff)
guix: Remove guix-channel subproject, update to tanelorn
Diffstat (limited to '.config/guix/channels.scm')
-rw-r--r--.config/guix/channels.scm12
1 files changed, 8 insertions, 4 deletions
diff --git a/.config/guix/channels.scm b/.config/guix/channels.scm
index 577b874..f0ed659 100644
--- a/.config/guix/channels.scm
+++ b/.config/guix/channels.scm
@@ -1,5 +1,9 @@
(append (list (channel
- (name 'bd-channel)
- (url (string-append "file://" (getenv "HOME")
- "/.config/guix/guix-channel"))))
- %default-channels)
+ (name 'tanelorn)
+ (url "https://git.operationnull.com/tanelorn.git")
+ (introduction
+ (make-channel-introduction
+ "feb72dbc897bcf2db3901ea5b25caba4add860f7"
+ (openpgp-fingerprint
+ "5550 5CA6 9DE5 D342 7F31 F9AE 5F86 6C65 2A34 C996")))))
+ %default-channels)