From 9e143d1d84817ec7e6d139d234f0fff07749621c Mon Sep 17 00:00:00 2001 From: bdunahu Date: Mon, 27 Apr 2026 22:16:12 -0400 Subject: initial commit --- src/scripts/channels.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/scripts/channels.scm (limited to 'src/scripts/channels.scm') diff --git a/src/scripts/channels.scm b/src/scripts/channels.scm new file mode 100644 index 0000000..b49849d --- /dev/null +++ b/src/scripts/channels.scm @@ -0,0 +1,20 @@ +(list (channel + (name 'guix) + (url "https://codeberg.org/guix/guix") + (branch "master") + (commit "c3c2f3be04364e3f616bfcc38875b112bedbe901") + (introduction + (make-channel-introduction + "9edb3f66fd807b096b48283debdcddccfea34bad" + (openpgp-fingerprint + "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))) + (channel + (name 'tanelorn) + (url "https://git.operationnull.com/tanelorn.git") + (branch "master") + (commit "1c25e9f613d8654f800f9be1d4b232ec9de25aa0") + (introduction + (make-channel-introduction + "3960d45383c672f8aacab8e354824793256c9d29" + (openpgp-fingerprint + "5550 5CA6 9DE5 D342 7F31 F9AE 5F86 6C65 2A34 C996"))))) -- cgit v1.2.3