I formatted everything with nixfmt and added it as the formatter in the flake, so you can run nix fmt (if you feel like rebuilding ghc for the builder). There are a few other formatters we could choose:
alejandra: I don't really like the output
nixpkgs-fmt: Doesn't make quite as many changes as I'd like and you can end up with things moving around
I formatted everything with nixfmt and added it as the formatter in the flake, so you can run
nix fmt
(if you feel like rebuilding ghc for the builder). There are a few other formatters we could choose:alejandra
: I don't really like the outputnixpkgs-fmt
: Doesn't make quite as many changes as I'd like and you can end up with things moving around