From 0ed5370f17383a19dac5a6ed3bfa1efe22a45c93 Mon Sep 17 00:00:00 2001 From: yoan <536464346@qq.com> Date: Fri, 23 Aug 2024 13:37:01 +0800 Subject: [PATCH] fix nixpacks --- nixpacks.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index c738e49f..2074a1c8 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -21,7 +21,8 @@ cmds = ['go mod download',"npm --prefix=./ui ci"] cacheDirectories = ['/root/.cache/go-build'] [phases.setup] -nixPkgs = ['go','nodejs_22'] +nixPkgs = ['go'] +aptPkgs = ['node'] nixOverlays = [] nixpkgsArchive = '1f13eabcd6f5b00fe9de9575ac52c66a0e887ce6'