From ad88bd01fca5702cd15b63a5d12b29a3404a2454 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 18 Mar 2024 14:49:03 +0100 Subject: Modularize the channel list in the channels file --- channels.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/channels.scm b/channels.scm index 220de19..fef2618 100644 --- a/channels.scm +++ b/channels.scm @@ -37,8 +37,10 @@ (url "https://git.marekpasnikowski.pl/git/guix.git") (introduction guix*-introduction))) +(define channels + (list deployment distribution guix*)) + (define-public izumi-channels-service-type - (service home-channels-service-type - (list deployment distribution guix*))) + (service home-channels-service-type channels)) -(list deployment distribution guix*) +channels -- cgit v1.2.3