Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Releases: yusdacra/rust-nix-templater

v0.4.0

03 Nov 23:57
v0.4.0
a882b36
Compare
Choose a tag to compare

Changelog

  • --toolchain option was removed since it no longer exists on nix-cargo-integration.

v0.3.0

12 Mar 11:18
Compare
Choose a tag to compare

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

15 Jun 15:53
6084b3d
Compare
Choose a tag to compare
  • Update the Nix installer URL in Github Actions workflow file template
  • Refactor non-flake Nix compat files
  • Some internal refactors

v0.2.4

26 Apr 04:30
4348c31
Compare
Choose a tag to compare

This release fixes some overlooks and changes some option's behaviours. Refer to commit history for details.

v0.2.3

19 Apr 11:34
7989e31
Compare
Choose a tag to compare

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

16 Apr 18:12
2db8b85
Compare
Choose a tag to compare

This release brings an initial override template to make getting started easier (#20).

v0.2.1

13 Apr 21:30
cc470e4
Compare
Choose a tag to compare

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

10 Apr 23:49
405849e
Compare
Choose a tag to compare

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

27 Mar 10:44
188fb25
Compare
Choose a tag to compare

Core features are present.