diff --git a/nixpacks.toml b/nixpacks.toml index b7d1e32..3df7bc4 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -3,9 +3,6 @@ providers = ["node"] [variables] NODE_VERSION = "22.17.0" -[phases.setup] -nixPkgs = ["coreutils"] - [phases.build] cmds = [ "npm install -g corepack", @@ -14,4 +11,4 @@ cmds = [ ] [phases.install] -cmds = ["pnpm install"] \ No newline at end of file +cmds = ["corepack pnpm install"]