about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-12-15 09:36:30 -0600
committerFrederick Muriuki Muriithi2025-12-15 09:36:30 -0600
commit54c0633f7035456df3626d3d36accabc176c328e (patch)
treedbea5b90bdb9ca56889b0b8d15c567ae82e6ca04
parent3a81d9e2faba5c280e16cec96e90b9d9098a98f2 (diff)
downloadgn-auth-54c0633f7035456df3626d3d36accabc176c328e.tar.gz
Update channel dependencies: Use only `gn-machines`.
-rw-r--r--.guix-channel28
1 files changed, 3 insertions, 25 deletions
diff --git a/.guix-channel b/.guix-channel
index 946bd8d..90db71e 100644
--- a/.guix-channel
+++ b/.guix-channel
@@ -3,28 +3,6 @@
  (directory ".guix/modules")
  (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://codeberg.org/guix-science/guix-past")
-   (introduction
-    (channel-introduction
-     (version 0)
-     (commit "c3bc94ee752ec545e39c1b8a29f739405767b51c")
-     (signer
-      "3CE4 6455 8A84 FDC6 9DB4  0CFB 090B 1199 3D9A EBB5"))))
-  (channel
-   (name guix-rust-past-crates)
-   (url "https://codeberg.org/guix/guix-rust-past-crates.git")
-   (branch "trunk")
-   (introduction
-    (channel-introduction
-     (version 0)
-     (commit "b8b7ffbd1cec9f56f93fae4da3a74163bbc9c570")
-     (signer
-      "F4C2 D1DF 3FDE EA63 D1D3 0776 ACC6 6D09 CA52 8292"))))))
+   (name gn-machines)
+   (url "https://git.genenetwork.org/gn-machines")
+   (branch "main"))))