From c2ed6a90f3cdbc725b572b87687a981b20b0ae7c Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 18 Mar 2024 16:54:15 +0100 Subject: In preparation of multiple systems, name the channel list appropriately --- channels.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/channels.scm b/channels.scm index 37f535d..01a80f6 100644 --- a/channels.scm +++ b/channels.scm @@ -45,14 +45,15 @@ ;;; Channel lists -(define channels +(define izumi-channels (list deployment distribution guix*)) ;;; Channel services (define-public izumi-channels-service-type - (service home-channels-service-type channels)) + (service home-channels-service-type + izumi-channels)) ;;; Testing data -channels +izumi-channels -- cgit v1.2.3