3.0.0
What's Changed
- Use cached evaluation result comparison from github workflows by @GaetanLepage in #435
- This is an alternative to using the same data that was provided by ofBorg.
- Since the github CI is faster, we hopefully are more often able to use cached results
- Unfortunately this feature requires a
GITHUB_TOKEN
to be set, see https://github.com/Mic92/nixpkgs-review?tab=readme-ov-file#github-api-token
- Support nixpkgs shallow clone and make use of github pull//merge ref by @azuwis in #426
- Add more aliases for
--systems
flag by @PerchunPak in #428- this saves some typing i.e. we now can say
--systems all
to run nixpkgs-review on all official nixpkgs architectures
- this saves some typing i.e. we now can say
New Contributors
- @azuwis made their first contribution in #426
- @PerchunPak made their first contribution in #428
Full Changelog: 2.12.0...3.0.0