aboutsummaryrefslogtreecommitdiff
path: root/channels.scm
diff options
context:
space:
mode:
authorEfraim Flashner2020-09-09 08:20:58 +0000
committerShepherd2020-09-09 08:20:58 +0000
commitb25542805cd47b75c4e5987e4bc770277e3015a3 (patch)
treeca501dd0678db7242ab528188af73230e83eac42 /channels.scm
parentf199e13a451478ba2296d3e12ea8407aaedcc5fe (diff)
downloadgn-shepherd-services-b25542805cd47b75c4e5987e4bc770277e3015a3.tar.gz
Use per-service guix profiles
Diffstat (limited to 'channels.scm')
-rw-r--r--channels.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/channels.scm b/channels.scm
new file mode 100644
index 0000000..2842883
--- /dev/null
+++ b/channels.scm
@@ -0,0 +1,6 @@
+(cons*
+ (channel
+ (name 'gn-bioinformatics)
+ (url "http://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics")
+ (branch "master"))
+ %default-channels)