From 0410adcfc172f32f5c174cbebee2c0342ad25a8c Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 22 May 2026 09:15:14 -0500 Subject: 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. --- genenetwork-development.scm | 8 ++++++-- 1 file 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))))) -- cgit 1.4.1