Nix-template v0.4.0
What's Changed
-
Breaking Changes:
overlay
for flake template has been moved tooverlays.default
to align with upstream changes-u
will now use an sri hash, to align with nix 2.4+ behavior
-
Additions:
-u
when fetching from pypi will now automatically add dependencies
-
Fixes:
- Fix failure with pypi responses not containing a platform
-u
with pypi will now filter out pre-releases when determining latest release- Default to repo name when using
-u
-
Platform support:
-
- Add support for
aarch64-darwin
by @veehaitch in #43
- Add support for
-
New Contributors
- @veehaitch made their first contribution in #43
Full Changelog: v0.3.0...v0.4.0