about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-11-03 10:35:53 -0600
committerFrederick Muriuki Muriithi2025-11-03 10:35:53 -0600
commite723e64608ad543930afe3f76e2449c45dbbf4c0 (patch)
tree6d84a6541c569fca045f371be3988c27f4c90241
parent664d22a843b7e7ddc6540e5907733d73fffb1c6c (diff)
downloadguix-bioinformatics-e723e64608ad543930afe3f76e2449c45dbbf4c0.tar.gz
Fix guix-forge channel.
While we do not directly depend on guix-forge within
guix-bioinformatics, our deployment does. Sometimes, pulling in the
latest version of guix-forge leads to a failure to build the
appropriate guix profiles to use to (re)build containers.

This commit fixes a commit for guix-forge to be used for building:

- packages in this system (guix-forge is not used for this)
- Genenetwork's deployment (guix-forge is needed)

Essentially, this commit works simply to keep track of compatible
guix-forge commits for the guix (mainline) commit that we have chosen
for guix-bioinformatics.
-rw-r--r--.guix-channel13
1 files changed, 12 insertions, 1 deletions
diff --git a/.guix-channel b/.guix-channel
index 533afef..456ed73 100644
--- a/.guix-channel
+++ b/.guix-channel
@@ -30,4 +30,15 @@
      (version 0)
      (commit "b8b7ffbd1cec9f56f93fae4da3a74163bbc9c570")
      (signer
-      "F4C2 D1DF 3FDE EA63 D1D3 0776 ACC6 6D09 CA52 8292"))))))
+      "F4C2 D1DF 3FDE EA63 D1D3 0776 ACC6 6D09 CA52 8292"))))
+  (channel
+   (name 'guix-forge)
+   (url "https://git.systemreboot.net/guix-forge/")
+   (branch "main")
+   (commit "e43fd9a4d73654d3876e2c698af7da89f3408f89")
+   (introduction
+    (channel-introduction
+     (version 0)
+     (commit "0432e37b20dd678a02efee21adf0b9525a670310")
+     (signer
+      "7F73 0343 F2F0 9F3C 77BF  79D3 2E25 EE8B 6180 2BB3"))))))