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'