From 887de131af0a634bd686feac24c840c655de3a08 Mon Sep 17 00:00:00 2001 From: "railway-app[bot]" <68434857+railway-app[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 17:47:12 +0000 Subject: [PATCH] fix: add jdk21 to nixpacks nixPkgs for Java 21 compile --- nixpacks.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nixpacks.toml b/nixpacks.toml index ceacc20..bbdabe3 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,5 +1,2 @@ -[variables] -NIXPACKS_JDK_VERSION = "21" - [phases.setup] -nixPkgs = ["maven"] +nixPkgs = ["jdk21", "maven"]