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