From e723e64608ad543930afe3f76e2449c45dbbf4c0 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 3 Nov 2025 10:35:53 -0600 Subject: 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. --- .guix-channel | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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")))))) -- cgit 1.4.1