From 2ac3b2d76b8378803cb9dac9949ca3e5f6086157 Mon Sep 17 00:00:00 2001 From: pjotrp Date: Wed, 8 Apr 2026 17:54:57 +0000 Subject: 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 --- channels.scm.example | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 channels.scm.example (limited to 'channels.scm.example') 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"))) -- cgit 1.4.1