nixvim icon indicating copy to clipboard operation
nixvim copied to clipboard

ci: introduce `nixf-tidy-action`

Open inclyc opened this issue 1 year ago • 1 comments

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).

nixf-sample

inclyc avatar Apr 27 '24 03:04 inclyc

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.

GaetanLepage avatar May 19 '24 21:05 GaetanLepage