Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
nixfmt-x86_64-linux | 2023-11-01 | 5.5 MB | |
README.md | 2023-10-31 | 362 Bytes | |
v0.6.0 source code.tar.gz | 2023-10-31 | 40.7 kB | |
v0.6.0 source code.zip | 2023-10-31 | 58.3 kB | |
Totals: 4 Items | 5.6 MB | 0 |
- Fix escaping of interpolations after dollar signs.
- Fix nixfmt trying to allocate temp files that aren't used.
- Don't write if files didn't change, fixing treefmt compatibility
- Nixfmt now accepts the '-' argument to read from stdin.
nixfmt [dir]
now recursively formats nix files in that directory.- Float and int literal parsing now matches nix.