feat: switch formatter to nixfmt-tree
This commit is contained in:
parent
0e8d08d0c5
commit
ed0b0480e6
1 changed files with 1 additions and 1 deletions
|
@ -89,6 +89,6 @@
|
|||
) { } supportedSystems;
|
||||
}
|
||||
// flake-utils.lib.eachSystem supportedSystems (system: {
|
||||
formatter = nixpkgs.legacyPackages.${system}.nixfmt-rfc-style;
|
||||
formatter = nixpkgs.legacyPackages.${system}.nixfmt-tree;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue