From c7a37ab7239dd3d970fd68495d56da204e8fc33b Mon Sep 17 00:00:00 2001 From: yoan <536464346@qq.com> Date: Fri, 23 Aug 2024 13:46:16 +0800 Subject: [PATCH] fix --- nixpacks.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixpacks.toml b/nixpacks.toml index b524bd7a..04f9aa30 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -21,8 +21,7 @@ cmds = ['go mod download',"npm --prefix=./ui ci"] cacheDirectories = ['/root/.cache/go-build'] [phases.setup] -nixPkgs = ['go'] -aptPkgs = ['nodejs'] +nixPkgs = ['nodejs_22','go'] nixOverlays = [] nixpkgsArchive = '1f13eabcd6f5b00fe9de9575ac52c66a0e887ce6'