diff options
author | Efraim Flashner | 2023-06-28 12:52:50 +0300 |
---|---|---|
committer | Efraim Flashner | 2023-07-19 15:44:33 +0300 |
commit | c886655cea330037bda00a07d6d1708d435f4daf (patch) | |
tree | dd308f134a1e5b694634bd61516945945939ab34 /.guix-channel | |
parent | 88006dd282fc2945cd9cd510ef336e9c077cc8ce (diff) | |
download | genenetwork2-c886655cea330037bda00a07d6d1708d435f4daf.tar.gz |
Also have repository function as a guix channel
Diffstat (limited to '.guix-channel')
-rw-r--r-- | .guix-channel | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.guix-channel b/.guix-channel new file mode 100644 index 00000000..6baeee2f --- /dev/null +++ b/.guix-channel @@ -0,0 +1,20 @@ +;; 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://gitlab.com/genenetwork/guix-bioinformatics.git")) + ;; This shouldn't be needed, it should be pulled in by guix-bioinformatics. + (channel + (name guix-past) + (url "https://gitlab.inria.fr/guix-hpc/guix-past") + (introduction + (channel-introduction + (version 0) + (commit "0c119db2ea86a389769f4d2b9c6f5c41c027e336") + (signer + "3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5")))))) |