Skip to content

Nix-template v0.4.0

Compare
Choose a tag to compare
@jonringer jonringer released this 10 Sep 18:46
· 9 commits to master since this release
0945625

What's Changed

  • Breaking Changes:

    • overlay for flake template has been moved to overlays.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:

New Contributors

Full Changelog: v0.3.0...v0.4.0