supportedArchitectures alone is not sufficient; force reinstall is needed to fetch the correct linux binding at build time. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9 lines
156 B
TOML
9 lines
156 B
TOML
[phases.setup]
|
|
nixPkgs = ["nodejs_23", "pnpm"]
|
|
|
|
[phases.install]
|
|
cmds = ["pnpm install --no-frozen-lockfile --force"]
|
|
|
|
[phases.build]
|
|
cmds = ["pnpm build"]
|