Releases: nix-community/nix-eval-jobs
Releases · nix-community/nix-eval-jobs
v2.12.0
What's Changed
- Add support for passing a Nix expression on the command line by @zhaofengli in #103
- Also accept relative gc root directories by @Mic92 in #117
- Add parameter to force recursion (don't honour recurseIntoAttrs) by @adisbladis in #129
- Respect passed eval store by @adisbladis in #130
- fix: use
InstallableFlake
type & methods by @nrdxp in #142 - fix: catch errors for invalid derivations by @tomberek in #163
New Contributors
Full Changelog: v2.9.0...v2.11.1
v2.11.0
What's Changed
- Add support for passing a Nix expression on the command line by @zhaofengli in #103
- Add option to check cache status by @Mic92 in #112
- Also accept relative gc root directories by @Mic92 in #117
- Add parameter to force recursion (don't honour recurseIntoAttrs) by @adisbladis in #129
- Respect passed eval store by @adisbladis in #130
Full Changelog: v2.9.0...v2.11.0
v2.9.0
v0.0.6
What's Changed
- Add support for the
recurseForDerivations
attribute by @adisbladis in #62 - Fix support for attributes with a dot in the name by @adisbladis in #64
- Add various code formatters by @adisbladis in #65
Full Changelog: v0.0.5...v0.0.6
v0.0.5
v0.0.4
What's Changed
- Add flag to enable trace output by @zhaofengli in #19
- Flush cout after each output line by @zhaofengli in #36
- fix build with nix 2.7 by @Mic92 in #45
New Contributors
- @zhaofengli made their first contribution in #19
Full Changelog: v0.0.3...v0.0.4
v0.0.3
fix for nix 2.5
Merge pull request #14 from nix-community/ci fix build against nixUnstable