about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-12-15 09:40:04 -0600
committerFrederick Muriuki Muriithi2025-12-15 09:40:04 -0600
commit2cba9f4adb22f1370abaebfc1773d40c9cec9731 (patch)
treec12aa2296213f693ad468a1e824661a5c0acf34a
parent39a759f39cc3fe0dfff4b26a088d98ae0aa5bd85 (diff)
downloadgn-uploader-2cba9f4adb22f1370abaebfc1773d40c9cec9731.tar.gz
Update channel dependencies: use only `gn-machines`. HEAD main
-rw-r--r--.guix-channel18
1 files 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"))))