diff options
| author | Frederick Muriuki Muriithi | 2025-12-15 13:05:24 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-12-15 13:05:24 -0600 |
| commit | 461616aa65ec6d2fe3fe9d50ce6eb51aa0040866 (patch) | |
| tree | b95c107f7d763a639118e68da485bcc598d1ca08 | |
| parent | 9b0955f14ec725990abb1f6af3b9f171e4943f77 (diff) | |
| download | guix-bioinformatics-461616aa65ec6d2fe3fe9d50ce6eb51aa0040866.tar.gz | |
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.
| -rw-r--r-- | .guix-channel | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.guix-channel b/.guix-channel index 0e08e59..7a4ee1b 100644 --- a/.guix-channel +++ b/.guix-channel @@ -2,6 +2,16 @@ (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") (introduction |
