From ae0f8d93ef54673dc9ef9fda75fe74239557e3cf Mon Sep 17 00:00:00 2001 From: zhadaarsita Date: Sat, 20 Sep 2025 11:03:24 +0700 Subject: [PATCH] feat: configure railway to use php 8.3 --- nixpacks.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 nixpacks.toml diff --git a/nixpacks.toml b/nixpacks.toml new file mode 100644 index 0000000..836e66f --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,2 @@ +[phases.setup] +nixPkgs = ["php83"] \ No newline at end of file