summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--services/guix/channels.scm3
1 files changed, 1 insertions, 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)))