aboutsummaryrefslogtreecommitdiff
path: root/.guix-channel
blob: c035388f332972d180fd6cd0a96e7865eb49e649 (plain)
1
2
3
4
5
6
7
8
9
10
11
;; This file lets us present this repo as a Guix channel.

(channel
  (version 0)
  (directory ".guix/modules")
  (url "https://github.com/genenetwork/genenetwork2.git") ;the primary URL
  (dependencies
   (channel
    (name guix-bioinformatics)
    (url "https://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics")
    (branch "master"))))