From 461616aa65ec6d2fe3fe9d50ce6eb51aa0040866 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 15 Dec 2025 13:05:24 -0600 Subject: Restore 'guix channel as dependency Restore an unpinned 'guix channel as a dependency of this channel in an attempt to resolve issues with the automated build of the guix-bioinformatics channel in the genenetwork CI/CD system. --- .guix-channel | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.guix-channel b/.guix-channel index 0e08e59..7a4ee1b 100644 --- a/.guix-channel +++ b/.guix-channel @@ -1,6 +1,16 @@ (channel (version 0) (dependencies + (channel + (name guix) + (url "https://codeberg.org/guix/guix") + (branch "master") + (introduction + (channel-introduction + (version 0) + (commit "9edb3f66fd807b096b48283debdcddccfea34bad") + (signer + "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))) (channel (name guix-past) (url "https://codeberg.org/guix-science/guix-past") -- cgit 1.4.1