From 1740c3ea470d8c756c2e943bb81a83d997f29277 Mon Sep 17 00:00:00 2001 From: deploy-migration Date: Thu, 2 Jul 2026 12:58:10 +0000 Subject: [PATCH] add python3.12 for render_recap.py subprocess (matches SHARED venv's Ubuntu 24.04 build) --- 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..9dd6f26 --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,2 @@ +[phases.setup] +aptPkgs = ["python3.12"]