diff options
| author | bd <bdunahu@operationnull.com> | 2025-12-10 21:13:20 -0500 |
|---|---|---|
| committer | bd <bdunahu@operationnull.com> | 2025-12-10 21:13:20 -0500 |
| commit | a38f3b4b23d7005f0b25d47fbe735f46f538f178 (patch) | |
| tree | 7bb73bace6db3a3c269352b62d917fb23a2aeb24 /.config/guix/channels.scm | |
| parent | c051c49aebe1d046cfb9260f9925d859d7084daa (diff) | |
guix: Remove guix-channel subproject, update to tanelorn
Diffstat (limited to '.config/guix/channels.scm')
| -rw-r--r-- | .config/guix/channels.scm | 12 |
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) |
