From 917514489d960cf0ea138fc4e1bd1c1053beee73 Mon Sep 17 00:00:00 2001 From: Nevo David Date: Sun, 9 Feb 2025 03:16:36 +0700 Subject: [PATCH] feat: merge --- nixpacks.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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