diff options
| author | Frederick Muriuki Muriithi | 2024-11-21 12:37:30 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2024-11-21 12:37:30 -0600 |
| commit | a5d92a267d6798f2bb3c2e26a2adedb88b657a9d (patch) | |
| tree | 6a147b0b81a8859f1c86b438181db4b24bc44727 /.guix-channel | |
| parent | 77ae0e7c71b3e975528b71f6374168bd70826cd3 (diff) | |
| download | gn-libs-a5d92a267d6798f2bb3c2e26a2adedb88b657a9d.tar.gz | |
Make repository a 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 0000000..9476e74 --- /dev/null +++ b/.guix-channel @@ -0,0 +1,20 @@ +(channel + (version 0) + (directory ".guix/modules") + (dependencies + (channel + (name guix-bioinformatics) + (url "https://git.genenetwork.org/guix-bioinformatics") + (branch "master")) + ;; FIXME: guix-bioinformatics depends on guix-past. So, there + ;; should be no reason to explicitly depend on guix-past. But, the + ;; channel does not build otherwise. This is probably a guix bug. + (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")))))) |
