Skip to content

Releases: jonringer/nix-template

Nix-template v0.4.1

17 Dec 17:56
bf63d5e
Compare
Choose a tag to compare

v0.4.1

  • Additions:

    • Python template defaults to adding a 'format = "setuptools";' to align with nixpkgs preferences
  • Fixes:

    • Clearer error when repository doesn't exist
    • Minor pypi serialization fixes

Nix-template v0.4.0

10 Sep 18:46
0945625
Compare
Choose a tag to compare

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

Nix-template v0.3.0

19 Apr 05:57
bfcf2ba
Compare
Choose a tag to compare
  • Breaking Changes:

    • overlays exposed in flake are now an attr set, to better align with more recent nix versions
  • Additions:

    • aarch64-darwin added to flake system defaults
  • Improvements:

    • Serialization errors will now mention which assumption caused the failure @blaggacao
    • Updated github.com auto-detected licenses to include recently added Apache License 2.0
    • Fixed usage of mkApp inside flake template
  • Fixes:

    • Fix unprefixed versions being generated as version = "version"; @blaggacao
    • Fixed directories being passed as [PATH] not becoming dir/default.nix

Nix-template v0.2.0

28 Dec 05:40
Compare
Choose a tag to compare
  • Breaking Changes / Behaviors:

    • Flake template now requires -p,--pname
    • Nix expresions now have input attrs in comma-leading style (one input per line)
  • Fixes:

    • --from-url no longer errors with --nixpkgs when a pname is not supplied
    • Fix differences of writing to stdout vs file
    • Update flake template (overlay usage)
    • Failures from already existing file locations occur sooner
      • Particularly irritating with --from-url, which would compute release and sha256 info

Nix-template 0.1.4

18 Jul 20:35
Compare
Choose a tag to compare
  • Reduce noise when using -u with pypi

Nix-template 0.1.3

18 Jul 20:13
Compare
Choose a tag to compare
  • Fix Cargo lock file

Nix-template 0.1.2

18 Jul 19:53
Compare
Choose a tag to compare
  • Add -u, --from-url support to pypi.org
  • Fix crash when github's hompage url is null when used with -u
  • Add mention of GITHUB_TOKEN to usage

Nix-template v0.1.1

11 Jul 22:46
e7e25fb
Compare
Choose a tag to compare
  • Add nixos module template
  • Add nixos test template
  • Add flake template
  • Add -u,--from-url option
    • Github supported

Nix-template v0.1.0

31 Aug 00:35
95ebede
Compare
Choose a tag to compare

Initial Release of nix-template