From 374fb8f2d537c2c66c4ce6e5157041fbbd58e377 Mon Sep 17 00:00:00 2001 From: pheralb Date: Sun, 31 Aug 2025 14:56:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20Trying=20nixpacks=20con?= =?UTF-8?q?fig=20for=20Node=20&=20PNPM=20setup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nixpacks.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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"]