about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-10-06 01:45:15 -0500
committerFrederick Muriuki Muriithi2025-10-06 11:30:10 -0500
commit6ea1b8a5c1da1c382748ee12361cac5802100fc3 (patch)
tree495a89c25fa2300db4fed5156c2477903c358a9c
parentc0a23b2d525dc41275b64185a6ac515c5f631a16 (diff)
downloadguix-bioinformatics-6ea1b8a5c1da1c382748ee12361cac5802100fc3.tar.gz
Add guix-rust-past-crates to list of channel dependencies.
Old rust packages have been removed from mainline guix and moved to
the guix-rust-past-crates channel. This commit provides the channel
giving access to the old packages.
-rw-r--r--.guix-channel12
1 files changed, 11 insertions, 1 deletions
diff --git a/.guix-channel b/.guix-channel
index 52cde53..dd3eac9 100644
--- a/.guix-channel
+++ b/.guix-channel
@@ -20,4 +20,14 @@
      (version 0)
      (commit "9edb3f66fd807b096b48283debdcddccfea34bad")
      (signer
-      "BBB0 2DDF 2CEA F6A8 0D1D  E643 A2A0 6DF2 A33A 54FA"))))))
+      "BBB0 2DDF 2CEA F6A8 0D1D  E643 A2A0 6DF2 A33A 54FA"))))
+  (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"))))))