about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2022-09-05 20:23:54 +0530
committerArun Isaac2022-09-05 20:50:28 +0530
commit367dcd1c000a74121dd153bbc70b00499a8ca53e (patch)
tree6727feb811d795e59700b4f2cebea67c1b3c582c
parent2e5287d6bffbe9731f58c4182da2b525e9c283f7 (diff)
downloadgn-machines-367dcd1c000a74121dd153bbc70b00499a8ca53e.tar.gz
Do not list guix channel in CI published channels.scm.
The guix channel is a dependency of the gn-bioinformatics
channel. Therefore, it is always implicitly present.

* genenetwork-development.scm (operating-system)[services]: Do not
list guix channel in CI published channels.scm.
-rw-r--r--genenetwork-development.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm
index eb31099..7356640 100644
--- a/genenetwork-development.scm
+++ b/genenetwork-development.scm
@@ -839,6 +839,6 @@ reverse proxy tissue."
                              (server-blocks
                               (list (laminar-reverse-proxy-server-block
                                      "9090" "localhost:9089"
-                                     (list 'gn-bioinformatics 'guix))
+                                     (list 'gn-bioinformatics))
                                     (tissue-reverse-proxy-server-block "9090")))))
                    %base-services)))