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 <noreply@anthropic.com>
6 lines
85 B
TOML
6 lines
85 B
TOML
[phases.setup]
|
|
nixPkgs = ["nodejs_23", "pnpm"]
|
|
|
|
[phases.build]
|
|
cmds = ["pnpm build"]
|