From b32e4a21b98da6240884a9be60a45dd65ae5a62a Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Wed, 3 Apr 2024 13:14:31 +0200 Subject: channels: include the upstream guix channel: resignation from custom guix channel --- channels.scm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/channels.scm b/channels.scm index ac8feb4..7e4db53 100644 --- a/channels.scm +++ b/channels.scm @@ -62,10 +62,15 @@ ;;; Channel lists (define aisaka-channels - (list deployment jeko nonguix)) + (append (list deployment + jeko + nonguix) + %default-channels)) (define izumi-channels - (list deployment distribution guix*)) + (append (list deployment + distribution) + %default-channels)) ;;; Channel services -- cgit v1.2.3