about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--channels.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/channels.scm b/channels.scm
new file mode 100644
index 0000000..f7d1930
--- /dev/null
+++ b/channels.scm
@@ -0,0 +1,5 @@
+;; example channels.scm
+(list (channel
+        (name 'guix-bioinformatics)
+        (url "https://git.genenetwork.org/guix-bioinformatics")
+        (branch "main")))