From c6be168d13a1418002ac8c06344a9b67c00a4f75 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sat, 17 Feb 2024 11:19:42 +0100 Subject: Import Guix channel definition for future modification --- channels.scm | 15 ++++++++++++--- 1 file 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*))) -- cgit v1.2.3