diff options
| author | Frederick Muriuki Muriithi | 2026-05-22 09:15:14 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-05-22 09:22:52 -0500 |
| commit | 0410adcfc172f32f5c174cbebee2c0342ad25a8c (patch) | |
| tree | 8be6f70fb316f8cae50f34940d24230c3d8fa3ae | |
| parent | 73ebdcb13794f7c82253e0c72f69336843bfee7a (diff) | |
| download | gn-machines-0410adcfc172f32f5c174cbebee2c0342ad25a8c.tar.gz | |
genenetwork-development: List `gn-machines' channel.
The `guix-bioinformatics' channel is not sufficient to describe the channels' dependencies. The `gn-machines' channel is sufficient on its own, but rather than simply replace `guix-bioinformatics' with `gn-machines' I add the complete list of channels the CI/CD system depends on so it's easier to tell the dependencies in a glance.
| -rw-r--r-- | genenetwork-development.scm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm index 03b6b11..941d2eb 100644 --- a/genenetwork-development.scm +++ b/genenetwork-development.scm @@ -1619,8 +1619,12 @@ gn-guile to display RDF pages." %genenetwork2-port %genenetwork3-port) (laminar-reverse-proxy-server-block "localhost:9089" %webhook-port - (list 'gn-bioinformatics - 'guix-bioinformatics)) + (list 'guix + 'guix-past + 'guix-forge + 'gn-machines + 'guix-bioinformatics + 'guix-rust-past-crates)) (tissue-reverse-proxy-server-block) (gn-auth-reverse-proxy-server-block) (gn-guile-reverse-proxy-server-block))))) |
