aboutsummaryrefslogtreecommitdiff
path: root/.guix-channel
diff options
context:
space:
mode:
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"))))