aboutsummaryrefslogtreecommitdiff
path: root/.guix-channel
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-03-11 02:51:45 +0300
committerFrederick Muriuki Muriithi2024-03-11 02:51:45 +0300
commit4df2e7a88e8b5fe9d6f0b27e3caf3e87951d756f (patch)
treee175f98903132c6eb0d6261bfc2b8fd69f46b040 /.guix-channel
parent6ced7085193affa636f229e72dc19175a3a06cfe (diff)
downloadgn-uploader-4df2e7a88e8b5fe9d6f0b27e3caf3e87951d756f.tar.gz
Make guix-bioinformatics a dependency for this channel.
Diffstat (limited to '.guix-channel')
-rw-r--r--.guix-channel7
1 files changed, 6 insertions, 1 deletions
diff --git a/.guix-channel b/.guix-channel
index 5154744..26a9972 100644
--- a/.guix-channel
+++ b/.guix-channel
@@ -1,4 +1,9 @@
(channel
(version 0)
(directory ".guix/modules")
- (keyring-reference "keyring"))
+ (keyring-reference "keyring")
+ (dependencies
+ (channel
+ (name guix-bioinformatics)
+ (url "https://git.genenetwork.org/guix-bioinformatics")
+ (branch "master"))))