diff options
-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")))) |