Skip to content

chore: normalize build tooling (nix CI, fail-fast scripts, fresh flake)#1

Merged
Unisay merged 2 commits into
masterfrom
chore/normalize-tooling
Jun 14, 2026
Merged

chore: normalize build tooling (nix CI, fail-fast scripts, fresh flake)#1
Unisay merged 2 commits into
masterfrom
chore/normalize-tooling

Conversation

@Unisay

@Unisay Unisay commented Jun 14, 2026

Copy link
Copy Markdown
Collaborator

Replace the inherited bower CI (no bower.json in this fork) with a nix-based one that runs scripts/build, scripts/test (if present) and luacheck; make the scripts fail-fast; refresh stale flake inputs.

After refreshing the flake inputs, the dev shell stopped evaluating because easy-purescript-nix's purs-tidy drags in nodejs-20.20.2, which current nixpkgs refuses as insecure (EOL). purs-tidy is a formatter only and is not needed for build, test, or luacheck, so I dropped it from the dev shell buildInputs to keep the shell evaluable. Verified locally: scripts/build exits 0, luacheck reports 0 warnings/0 errors over src/, and there is no scripts/test so the test step is skipped.

Unisay added 2 commits June 14, 2026 09:49
Replace the inherited bower CI (no bower.json in this fork) with a nix-based one that runs scripts/build, scripts/test (if present) and luacheck; make the scripts fail-fast; refresh stale flake inputs.
@Unisay Unisay merged commit d55e2da into master Jun 14, 2026
1 check passed
@Unisay Unisay deleted the chore/normalize-tooling branch June 14, 2026 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant