summaryrefslogtreecommitdiff
path: root/src/scripts/channels.scm
diff options
context:
space:
mode:
authorbdunahu <bdunahu@operationnull.com>2026-04-27 22:16:12 -0400
committerbdunahu <bdunahu@operationnull.com>2026-04-28 00:15:09 -0400
commit9e143d1d84817ec7e6d139d234f0fff07749621c (patch)
tree7565eac131cc3528d33d5ea3597cdd8006fdb968 /src/scripts/channels.scm
initial commitHEADmaster
Diffstat (limited to 'src/scripts/channels.scm')
-rw-r--r--src/scripts/channels.scm20
1 files changed, 20 insertions, 0 deletions
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")))))