diff --git a/nixpacks.toml b/nixpacks.toml index 575948a..9d36911 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,5 +1,5 @@ [phases.setup] -nixPkgs = ["nodejs", "npm"] +nixPkgs = ["nodejs"] [phases.install] cmds = ["npm ci"]