Currently we're using treefmt to handle formatting. The developers recently split most of the Nix stuff into a separate repo with a flakeModule output that automates some things we're doing manually now. Also, the current formatter output isn't ideal in that it requires several executables to be on the PATH when called (treefmt-nix fixes that)
Currently we're using
treefmt
to handle formatting. The developers recently split most of the Nix stuff into a separate repo with aflakeModule
output that automates some things we're doing manually now. Also, the currentformatter
output isn't ideal in that it requires several executables to be on thePATH
when called (treefmt-nix
fixes that)