about summary refs log tree commit diff
path: root/channels.scm.example
blob: f7d1930b1ddc63765b96d8ab44e85340a0ffb70b (plain)
1
2
3
4
5
;; example channels.scm
(list (channel
        (name 'guix-bioinformatics)
        (url "https://git.genenetwork.org/guix-bioinformatics")
        (branch "main")))