diff options
author | Frederick Muriuki Muriithi | 2024-03-11 02:51:45 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-03-11 02:51:45 +0300 |
commit | 4df2e7a88e8b5fe9d6f0b27e3caf3e87951d756f (patch) | |
tree | e175f98903132c6eb0d6261bfc2b8fd69f46b040 | |
parent | 6ced7085193affa636f229e72dc19175a3a06cfe (diff) | |
download | gn-uploader-4df2e7a88e8b5fe9d6f0b27e3caf3e87951d756f.tar.gz |
Make guix-bioinformatics a dependency for this channel.
-rw-r--r-- | .guix-channel | 7 |
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")))) |