diff options
author | Arun Isaac | 2025-03-28 04:49:00 +0000 |
---|---|---|
committer | Arun Isaac | 2025-03-28 04:49:00 +0000 |
commit | 3fa821115a00867f8f9aecc454839232cbf500d2 (patch) | |
tree | d0f83f47efbd452a72457d325221810bc64d8801 | |
parent | bafa701d22078351f4c1210ddca2a4ab397f32ab (diff) | |
download | gn-machines-3fa821115a00867f8f9aecc454839232cbf500d2.tar.gz |
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.
-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 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 |