aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.guix-channel11
1 files changed, 11 insertions, 0 deletions
diff --git a/.guix-channel b/.guix-channel
index 384da17..393cd93 100644
--- a/.guix-channel
+++ b/.guix-channel
@@ -7,6 +7,17 @@
(channel
(name guix-bioinformatics)
(url "https://git.genenetwork.org/guix-bioinformatics"))
+ (channel
+ (name guix)
+ (url "https://git.savannah.gnu.org/git/guix.git")
+ (branch "master")
+ (commit "b0b988c41c9e0e591274495a1b2d6f27fcdae15a")
+ (introduction
+ (channel-introduction
+ (version 0)
+ (commit "9edb3f66fd807b096b48283debdcddccfea34bad")
+ (signer
+ "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
;; FIXME: guix-bioinformatics depends on guix-past. So, there
;; should be no reason to explicitly depend on guix-past. But, the
;; channel does not build otherwise. This is probably a guix bug.