about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2025-01-27 15:55:31 +0300
committerBonfaceKilz2025-01-27 15:57:15 +0300
commit23faa193d7b52fb0abf6f00dc405e7f10ba86b20 (patch)
tree28f6ce03070213ccf51ff1a29bdb5eee5e7cb2a7
parent0d902ec267d96b87648669a7a43b699c8a22a3de (diff)
downloadgenenetwork3-23faa193d7b52fb0abf6f00dc405e7f10ba86b20.tar.gz
Set guix channel to b0b988c41c9e0e591274495a1b2d6f27fcdae15a.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-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.