| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| nixfmt | 2026-07-07 | 4.4 MB | |
| README.md | 2026-07-07 | 720 Bytes | |
| v1.4.0 source code.tar.gz | 2026-07-07 | 220.9 kB | |
| v1.4.0 source code.zip | 2026-07-07 | 406.9 kB | |
| Totals: 4 Items | 5.1 MB | 0 | |
- Added
/*nixfmt:disable*/and/*nixfmt:enable*/comment directives to exclude regions of code from formatting: https://github.com/NixOS/nixfmt/pull/388 - Fixed language annotations being detached from their string when comments are hoisted out of function applications: https://github.com/NixOS/nixfmt/pull/425
- More small cleanups to our flake:
- Migrated the development setup from npins to flakes and added flake-compat: https://github.com/NixOS/nixfmt/pull/416
nixpkgsandtreefmt-nixare now flake inputs that can "follow" downstream flake inputs.- Improved the Neovim setup instructions in the README: https://github.com/NixOS/nixfmt/pull/414, https://github.com/NixOS/nixfmt/pull/415