From b25542805cd47b75c4e5987e4bc770277e3015a3 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 9 Sep 2020 08:20:58 +0000 Subject: Use per-service guix profiles --- channels.scm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 channels.scm (limited to 'channels.scm') 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) -- cgit v1.2.3