aboutsummaryrefslogtreecommitdiff
path: root/channels.scm
blob: bae4b830575b03dedb10d79c6e7dbc260443ffc8 (plain)
1
2
3
4
5
6
(cons*
  (channel
    (name 'gn-bioinformatics)
    (url "https://gitlab.com/genenetwork/guix-bioinformatics")
    (branch "master"))
  %default-channels)