From 3fa821115a00867f8f9aecc454839232cbf500d2 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 28 Mar 2025 04:49:00 +0000 Subject: Update tissue configuration in line with guix-forge update. guix-forge has introduced a breaking change in tissue configuration. Update configuration. * genenetwork-development.scm (operating-system)[services]{tissue-service-type}: Update tissue configuration. --- genenetwork-development.scm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/genenetwork-development.scm b/genenetwork-development.scm index ad45898..f841255 100644 --- a/genenetwork-development.scm +++ b/genenetwork-development.scm @@ -1399,8 +1399,12 @@ gn-auth." (hosts (list (tissue-host (name "issues.genenetwork.org") - (user "laminar") - (upstream-repository "https://github.com/genenetwork/gn-gemtext-threads")))))) + (projects (list (tissue-project + (name "issues.genenetwork.org") + (user "laminar") + (base-path "/") + (upstream-repository + "https://github.com/genenetwork/gn-gemtext-threads"))))))))) (service forge-nginx-service-type (forge-nginx-configuration (http-listen (forge-ip-socket -- cgit 1.4.1