commit 8ec50849aa4beb2c06ff748ee241d224a66db039 parent 28a51401f8dec79dcc1b3560dee7a8a45e96d18a Author: Luke Willis <lukejw@loquat.dev> Date: Mon, 11 May 2026 18:35:12 -0400 bta: Fix incorrect service match-lambda Diffstat:
| M | system/andrew/bta.scm | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/system/andrew/bta.scm b/system/andrew/bta.scm @@ -616,7 +616,7 @@ modpack_name=~a (define bta-shepherd-service (match-lambda - (($ <bta-configuration> jdk memory properties ops mods home log-file) + (($ <bta-configuration> jdk memory properties ops mods home packwiz-home packwiz-url log-file) (shepherd-service (documentation "BTA server") (provision '(bta))