From a6b246cf3480ae07e3acb818f8c6ddd95f90d654 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Mon, 2 Mar 2026 21:23:51 +0100 Subject: [PATCH] Use PHP 8.4 (php85 is not available) --- nixpacks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index a18d3b4..1177c60 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,5 +1,5 @@ [phases.setup] -nixPkgs = ["php85"] +nixPkgs = ["php84"] cmds = ["git clone --branch v3.x --depth 1 https://github.com/nicoverbruggen/ebook-fonts.git ./repos/ebook-fonts"] [start]