From 2cba9f4adb22f1370abaebfc1773d40c9cec9731 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 15 Dec 2025 09:40:04 -0600 Subject: Update channel dependencies: use only `gn-machines`. --- .guix-channel | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/.guix-channel b/.guix-channel index e8ea99d..e826f09 100644 --- a/.guix-channel +++ b/.guix-channel @@ -4,18 +4,6 @@ (keyring-reference "keyring") (dependencies (channel - (name guix-bioinformatics) - (url "https://git.genenetwork.org/guix-bioinformatics") - (branch "master")) - ;; 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. - (channel - (name guix-past) - (url "https://gitlab.inria.fr/guix-hpc/guix-past") - (introduction - (channel-introduction - (version 0) - (commit "0c119db2ea86a389769f4d2b9c6f5c41c027e336") - (signer - "3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5")))))) + (name gn-machines) + (url "https://git.genenetwork.org/gn-machines") + (branch "main")))) -- cgit 1.4.1