diff --git a/nixpacks.toml b/nixpacks.toml index a2b34113..33c1bcc5 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,4 +1,4 @@ [phases.setup] -nixPkgs = ['...','python312'] -aptPkgs = ['build-essential','libudev-dev'] +nixPkgs = ['...','python3'] +aptPkgs = ['...','build-essential','libudev-dev'] providers = ["node", "python"] \ No newline at end of file