nixfmt 0.5.0
Opinionated formatter for Nix
Nixfmt is a formatter for Nix that ensures consistent and clear formatting by forgetting all existing formatting during parsing.
- Outputs:
out
- Website: https://github.com/serokell/nixfmt
- Licenses: MPL 2.0
- Package source: gnu/packages/haskell-apps.scm
- Builds: See build status
- Issues: See known issues
Installation
Install nixfmt 0.5.0
as follows:
guix install nixfmt@0.5.0
Or install the latest version:
guix install nixfmt
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.