diff options
author | Munyoki Kilyungi | 2023-11-06 14:42:37 +0300 |
---|---|---|
committer | BonfaceKilz | 2023-11-06 14:45:10 +0300 |
commit | 9233c4477f69819df59cb1ca639aef47ad36ef20 (patch) | |
tree | 7e07523bddec99ad5cbcc3aa3320d9b071b1f5f9 /.guix-channel | |
parent | d8bfa67cf1ae3a0bfc68e6dc7f4c64840869f7ae (diff) | |
download | genenetwork2-9233c4477f69819df59cb1ca639aef47ad36ef20.tar.gz |
Use latest self-hosted guix-bioinformatics channel.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to '.guix-channel')
-rw-r--r-- | .guix-channel | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/.guix-channel b/.guix-channel index bc9e8bdb..c035388f 100644 --- a/.guix-channel +++ b/.guix-channel @@ -7,16 +7,5 @@ (dependencies (channel (name guix-bioinformatics) - (url "https://gitlab.com/genenetwork/guix-bioinformatics.git") - (branch "master") - (commit "fb1e8dbcf7cc46fa9a09a431f6842d9290f6e819")) - ;; This shouldn't be needed, it should be pulled in by guix-bioinformatics. - (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")))))) + (url "https://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics") + (branch "master")))) |