Releases: DeterminateSystems/nix-config-parser
v0.2.0
What's Changed
- DS-970: Add Magic Nix Cache and other workflow changes by @flexiondotorg in #18
- Use indexmap by @Hoverbear in #25
- Release v0.2.0 by @Hoverbear in #26
New Contributors
- @flexiondotorg made their first contribution in #18
- @Hoverbear made their first contribution in #25
Full Changelog: v0.1.3...v0.2.0
v0.1.3
This patch release fixes a bug where multiple spaces following a setting name would cause a line to incorrectly fail to parse.
Full Changelog: v0.1.2...v0.1.3
v0.1.2
This patch release fixes a bug where leading spaces may cause a line to incorrectly fail to parse.
Full Changelog: v0.1.1...v0.1.2
v0.1.1: Initial release
Initial release
This marks the first1 release of nix-config-parser
! This is a small library that allows parsing the Nix configuration file format. While this is intended for usage in the Determinate Nix Installer, it should be generally usable for any tool that wishes to parse the Nix configuration file format into something a little more structured.
-
The eagle-eyed among you may notice that this is v0.1.1 and not v0.1.0... That is because I foolishly forgot to check the README usage examples before publishing, and they had not been updated from a prior attempt at restructuring the API. Oops. ↩