summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--channels.scm18
1 files changed, 3 insertions, 15 deletions
diff --git a/channels.scm b/channels.scm
index d0b920f..e83fb8f 100644
--- a/channels.scm
+++ b/channels.scm
@@ -15,20 +15,6 @@
"c24ce7cb11e74da13d491f9de3c4b7040a069f43"
(openpgp-fingerprint marekpasnikowski-fingerprint)))))
-( define guix
- ( let
- ( ( introduction
- ( make-channel-introduction
- "9edb3f66fd807b096b48283debdcddccfea34bad"
- ( openpgp-fingerprint
- "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA" ) ) )
- ( name 'guix )
- ( url "https://git.savannah.gnu.org/git/guix.git" ) )
- ( channel
- ( introduction introduction )
- ( name name )
- ( url url ) ) ) )
-
(define ruby-babosa
(channel
(name 'ruby-babosa)
@@ -62,4 +48,6 @@
(define-public izumi-channels-service-type
(service
home-channels-service-type
- (list deployment guix ruby-babosa ruby-nano-bots ruby-sweet-moon)))
+ (cons
+ %default-guix-channel
+ (list deployment ruby-babosa ruby-nano-bots ruby-sweet-moon))))