Minor release, release notes:
-
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 Add support for `aarch64-darwin` by veehaitch · Pull Request #43 · jonringer/nix-template · GitHub
- Add support for
-
Nixpkgs PR: nix-template: 0.3.0 -> 0.4.0 by jonringer · Pull Request #190708 · NixOS/nixpkgs · GitHub
Previous announcement: Nix-template v0.2.0 released!