From d184a8339c09c2a965aa3cad5cb62b25a59c053f Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 15 Mar 2026 00:34:48 +0100 Subject: [PATCH] chore: remove custom install phase, nixpacks default is sufficient supportedArchitectures in package.json ensures the linux binding is in the lockfile, so a standard frozen install now works correctly. Co-Authored-By: Claude Sonnet 4.6 --- nixpacks.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/nixpacks.toml b/nixpacks.toml index 24cda5a..76f0a31 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,8 +1,5 @@ [phases.setup] nixPkgs = ["nodejs_23", "pnpm"] -[phases.install] -cmds = ["pnpm install --no-frozen-lockfile --force"] - [phases.build] cmds = ["pnpm build"]