aboutsummaryrefslogtreecommitdiff
path: root/guix/channels.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix/channels.scm')
-rw-r--r--guix/channels.scm20
1 files changed, 20 insertions, 0 deletions
diff --git a/guix/channels.scm b/guix/channels.scm
new file mode 100644
index 0000000..335210f
--- /dev/null
+++ b/guix/channels.scm
@@ -0,0 +1,20 @@
+(list
+ (channel
+ (name 'guix)
+ (url "https://git.savannah.gnu.org/git/guix.git")
+ (commit
+ "dc2de508a38d8e0a3f93e8d6ded225d3a7e32548")
+ (introduction
+ (make-channel-introduction
+ "9edb3f66fd807b096b48283debdcddccfea34bad"
+ (openpgp-fingerprint
+ "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
+ (channel
+ (name 'euandreh)
+ (url "https://git.sr.ht/~euandreh/euandreh-guix-channel")
+ (branch "master")
+ (introduction
+ (make-channel-introduction
+ "641f9388002cd874040938ab1c6da7ac9d0e54ca"
+ (openpgp-fingerprint
+ "5BDA E9B8 B2F6 C6BC BB0D 6CE5 81F9 0EC3 CD35 6060")))))