Added
- Support for nixpkgs up to 23.11
Changed
- The default linter is now statix instead of nix-lint. The name of the nix attribute and
script is also changed fromnix-lint
tonixlint
to be consistent with other linting
tools.
Fixed
- Shells were assuming that the
name
attribute always existed on derivations.
This is not always true andpname
can now also be used.