summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--channels.scm15
1 files changed, 12 insertions, 3 deletions
diff --git a/channels.scm b/channels.scm
index 3fd2601..aa1d3ec 100644
--- a/channels.scm
+++ b/channels.scm
@@ -15,9 +15,18 @@
"c24ce7cb11e74da13d491f9de3c4b7040a069f43"
(openpgp-fingerprint marekpasnikowski-fingerprint)))))
+(define guix*
+ (channel
+ (name 'guix)
+ (branch "master")
+ (url "https://git.savannah.gnu.org/git/guix.git")
+ (introduction
+ (make-channel-introduction
+ "9edb3f66fd807b096b48283debdcddccfea34bad" ;2020-05-26
+ (openpgp-fingerprint ;mbakke
+ "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))
+
(define-public izumi-channels-service-type
(service
home-channels-service-type
- (cons
- %default-guix-channel
- (list deployment))))
+ (list deployment guix*)))