From d355437d4bed5e828d44d95f70e0cb3eb4f23789 Mon Sep 17 00:00:00 2001 From: Kastan Day Date: Fri, 22 Sep 2023 15:32:49 -0700 Subject: [PATCH] properly set nixpacks version to 1.15.0 --- railway.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/railway.json b/railway.json index b7d36b04..cfa7fc15 100644 --- a/railway.json +++ b/railway.json @@ -1,7 +1,8 @@ { "$schema": "https://railway.app/railway.schema.json", "build": { - "builder": "NIXPACKS@1.15.0", + "builder": "NIXPACKS", + "nixpacksVersion": "1.15.0", "nixpacksPlan": { "phases": { "baseDependencies": {