From e2fbb08140905bde567a53182f7d232ab6d46d76 Mon Sep 17 00:00:00 2001 From: jaxperro Date: Mon, 6 Jul 2026 01:00:53 -0400 Subject: [PATCH] railway: pin NIXPACKS builder (new default builder ignored nixpacks.toml -> no git in image) Co-Authored-By: Claude Fable 5 --- railway.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/railway.json b/railway.json index 705e47dc..d131fab3 100644 --- a/railway.json +++ b/railway.json @@ -4,5 +4,8 @@ "startCommand": "bash host/start.sh", "restartPolicyType": "ON_FAILURE", "restartPolicyMaxRetries": 10 + }, + "build": { + "builder": "NIXPACKS" } -} +} \ No newline at end of file