nixvim
nixvim copied to clipboard
ci: introduce `nixf-tidy-action`
nixf-tidy-action is a nix linter based on libnixf. It detects deadcode, unused rec, and syntax errors.
nixf-tidy-action will only report warnings on changed files in diff (thus it will not be very pedantic).

I am personally not against trying this. However, I would much prefer having a pre-commit hook based solution (using flake-parts). Indeed, this could be dealt with within the development environment and also, naturally checked by the CI.