Releases: yusdacra/rust-nix-templater
Releases · yusdacra/rust-nix-templater
v0.4.0
Changelog
--toolchain
option was removed since it no longer exists on nix-cargo-integration
.
v0.3.0
Changelog
- removed
--library
option as it was removed from nix-cargo-integration
- now uses alejandra for formatting files instead of nixpkgs-fmt
- updated template files, most importantly GitHub workflow file and flake.nix
v0.2.5
- Update the Nix installer URL in Github Actions workflow file template
- Refactor non-flake Nix compat files
- Some internal refactors
v0.2.4
This release fixes some overlooks and changes some option's behaviours. Refer to commit history for details.
v0.2.3
This release brings a library which can be used by other crates. It also removes some useless options and updates docs to match nix-cargo-integration
.
v0.2.2
This release brings an initial override template to make getting started easier (#20).
v0.2.1
This release brings minor fixes for default.nix
and shell.nix
template files, fixing wrong src
path. flake.nix
template file now also uses new nix-cargo-integration
API.
v0.2.0
This release has many additions such as #13, #16, #9, #5 and #1. Many of the Nix code is moved to nix-cargo-integration, which will allow independent fixes and features to the Nix code.
v0.1.0
Core features are present.