Releases: jonringer/nix-template
Releases · jonringer/nix-template
Nix-template v0.4.1
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
Nix-template v0.3.0
-
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 becomingdir/default.nix
- Fix unprefixed versions being generated as
Nix-template v0.2.0
-
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
- Particularly irritating with
Nix-template 0.1.4
- Reduce noise when using
-u
with pypi
Nix-template 0.1.3
- Fix Cargo lock file
Nix-template 0.1.2
- 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
- Add nixos module template
- Add nixos test template
- Add flake template
- Add -u,--from-url option
- Github supported
Nix-template v0.1.0
Initial Release of nix-template