statix

Linter and suggestion tool for the Nix programming language

brewmacoslinux
Try with needOr install directly
Source

About

Lints and suggestions for the nix programming language

Commands

statix

Examples

Lint all Nix files in the current directory$ statix check
Lint a specific Nix file$ statix check /path/to/file.nix
Fix linting issues automatically$ statix fix