aboutsummaryrefslogtreecommitdiff
path: root/channels.scm
diff options
context:
space:
mode:
Diffstat (limited to 'channels.scm')
-rw-r--r--channels.scm22
1 files changed, 22 insertions, 0 deletions
diff --git a/channels.scm b/channels.scm
new file mode 100644
index 0000000..d6c60d9
--- /dev/null
+++ b/channels.scm
@@ -0,0 +1,22 @@
+(list (channel
+ (name 'guix)
+ (url "https://git.savannah.gnu.org/git/guix.git")
+ (branch "master")
+ (commit
+ "162d6a2fdd6af13272967c77347a54934ecb45e6")
+ (introduction
+ (make-channel-introduction
+ "9edb3f66fd807b096b48283debdcddccfea34bad"
+ (openpgp-fingerprint
+ "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
+ (channel
+ (name 'guix-north-america)
+ (url "https://git.rekahsoft.ca/rekahsoft/guix-north-america.git")
+ (branch "master")
+ ;; (commit ;; Pin to <commit-sha> if/when required
+ ;; "<commit-sha>")
+ (introduction
+ (make-channel-introduction
+ "c0979ad86fdf0b403c60d5767328cb862ecc00ef"
+ (openpgp-fingerprint
+ "F8D5 46F3 AF37 EF53 D1B6 48BE 7B4D EB93 212B 3022")))))