flake.nix: Set formatter
This enables `nix fmt`, though it won't be practically usable without also reformatting all files, which is done in a following commit.
This commit is contained in:
parent
398e74f70b
commit
5a8296d74f
@ -52,6 +52,7 @@ let
|
||||
in
|
||||
{
|
||||
shell = treefmtEval.config.build.devShell;
|
||||
pkg = treefmtEval.config.build.wrapper;
|
||||
};
|
||||
|
||||
in
|
||||
|
Loading…
Reference in New Issue
Block a user