about summary refs log tree commit diff
diff options
context:
space:
mode:
authorpjotrp2026-04-08 08:35:03 +0200
committerpjotrp2026-04-08 08:35:03 +0200
commit195766c95fb9deec9d22d2eec2ac4a68edec3c90 (patch)
treeef1709d6398a3561f1b7bb4f7ed5ec1db5f59da8
parentff9cdbc3510c3223ec3e9e9ec213082b21caa0eb (diff)
downloadguix-bioinformatics-195766c95fb9deec9d22d2eec2ac4a68edec3c90.tar.gz
Example (channels.scm)
-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")))