summaryrefslogtreecommitdiff
path: root/channels.scm
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-02-17 11:19:42 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-02-17 11:19:42 +0100
commitc6be168d13a1418002ac8c06344a9b67c00a4f75 (patch)
tree9dfd7a154fce1c00961d25f68f76da08dce17efd /channels.scm
parent04aa49062341a2398c8a212e3d61cc8033e4e960 (diff)
Import Guix channel definition for future modification
Diffstat (limited to 'channels.scm')
-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*)))