From a38f3b4b23d7005f0b25d47fbe735f46f538f178 Mon Sep 17 00:00:00 2001 From: bd Date: Wed, 10 Dec 2025 21:13:20 -0500 Subject: guix: Remove guix-channel subproject, update to tanelorn --- .config/guix/channels.scm | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to '.config/guix/channels.scm') 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) -- cgit v1.2.3