From 3e0cdbc46f555dcaab08b4bca7060bee636dfa3d Mon Sep 17 00:00:00 2001 From: deploy-migration Date: Thu, 2 Jul 2026 13:00:12 +0000 Subject: [PATCH] ensure /usr/bin/python3 symlink exists (venv symlinks to python3, not python3.12 directly) --- nixpacks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index 9dd6f26..5a7a399 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,2 +1,2 @@ [phases.setup] -aptPkgs = ["python3.12"] +aptPkgs = ["python3", "python3.12"]