genenetwork-development: List `gn-machines' channel.
HEAD mainThe `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.
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)))))
|