diff options
| author | pjotrp | 2026-04-08 17:54:57 +0000 |
|---|---|---|
| committer | pjotrp | 2026-04-09 11:36:54 +0200 |
| commit | 2ac3b2d76b8378803cb9dac9949ca3e5f6086157 (patch) | |
| tree | c965811dbec08bc99093953e759071a5caefa91f /channels.scm.example | |
| parent | 004d91175819bebdac24cde3b603b563030b630e (diff) | |
| download | guix-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.example | 5 |
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"))) |
