| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| nixfmt | 2026-05-29 | 4.3 MB | |
| README.md | 2026-05-28 | 1.7 kB | |
| v1.3.0 source code.tar.gz | 2026-05-28 | 212.1 kB | |
| v1.3.0 source code.zip | 2026-05-28 | 381.0 kB | |
| Totals: 4 Items | 4.9 MB | 0 | |
- Updated our dependencies: https://github.com/NixOS/nixfmt/pull/389
- Replaced references to
nixfmt-rfc-stylewithnixfmt: https://github.com/NixOS/nixfmt/pull/369, https://github.com/NixOS/nixfmt/pull/389 - Format pipe operator chains on multiple lines: https://github.com/NixOS/nixfmt/pull/372
- Deprecated formatting stdin without a
-command line argument: https://github.com/NixOS/nixfmt/pull/376 - Fixed idempotency regressions discovered by nixfmt-rs: https://github.com/NixOS/nixfmt/pull/387
- Only parse the
ordefault clause when selectors are present, preventing silent discard oforused as a bare identifier. - Insert space before
.in integer/float selections to prevent1 .afrom becoming1.a(re-lexed as float). - Add leading hardspace in absorbOperation for Application, preventing
/and/*from merging into//*when a language annotation comment follows a division operator. - Language annotation after other trivia splits from string.
- Parenthesis-trailing comment idempotency in assignment right-hand-side.
let-intrailing comment idempotency.- Leading blank lines causing non-idempotent formatting.
- Absorb single-line destructured params into parenthesized functions: https://github.com/NixOS/nixfmt/pull/377
- Enforce that there are no warnings in our haskell code: https://github.com/NixOS/nixfmt/pull/390
- Minor cleanup to our flake:
- Dropped flake-utils dependency: https://github.com/NixOS/nixfmt/pull/401
- Added flake description: https://github.com/NixOS/nixfmt/pull/404
- Removed top-level IFD: https://github.com/NixOS/nixfmt/pull/403