MinaProtocol / mina

Mina is a cryptocurrency protocol with a constant size blockchain, improving scaling while maintaining decentralization and security.
https://minaprotocol.com
Apache License 2.0
1.98k stars 526 forks source link

Integrate formatter into flake.nix #15551

Open georgeee opened 2 months ago

georgeee commented 2 months ago
  1. Enable nix fmt by integrating nixfmt into flake
  2. Remove two nix files that are no longer used
  3. Run formatter against repository

Choice of nix formatter out of three candidates (alejandra, nixpkgs-fmt, nixfmt) was purely technical, minimizing the number of lines in the diff produced by the formatter.

Explain how you tested your changes:

Checklist: