From f44fb58d73ec0d32f747c8136066109bb3871f74 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sun, 26 May 2024 12:27:05 +0200 Subject: drop doubled use of distribution-channels, which interfered with reconfigurations --- services/guix/channels.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/guix/channels.scm b/services/guix/channels.scm index ef9a769..fcc3ba5 100644 --- a/services/guix/channels.scm +++ b/services/guix/channels.scm @@ -73,5 +73,4 @@ (define-public (channels config) (guix-configuration (inherit config) - (channels distribution-channels) - (guix (guix-for-channels distribution-channels)))) + (channels distribution-channels))) -- cgit v1.2.3