about summary refs log tree commit diff
path: root/channels.scm.example
diff options
context:
space:
mode:
authorpjotrp2026-04-08 17:54:57 +0000
committerpjotrp2026-04-09 11:36:54 +0200
commit2ac3b2d76b8378803cb9dac9949ca3e5f6086157 (patch)
treec965811dbec08bc99093953e759071a5caefa91f /channels.scm.example
parent004d91175819bebdac24cde3b603b563030b630e (diff)
downloadguix-bioinformatics-2ac3b2d76b8378803cb9dac9949ca3e5f6086157.tar.gz
Rename channels.scm to avoid guix pull compilation error [AI]
Rename manifest.scm to avoid guix pull compilation error [AI]

Replace local-file with git-fetch statements
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")))