Switch to nixfmt
This commit is contained in:
parent
7ce410664b
commit
3aab6ab23a
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@
|
||||||
treefmt.config = {
|
treefmt.config = {
|
||||||
projectRootFile = "flake.nix";
|
projectRootFile = "flake.nix";
|
||||||
programs = {
|
programs = {
|
||||||
nixpkgs-fmt.enable = true;
|
nixfmt.enable = true;
|
||||||
rustfmt = {
|
rustfmt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = rust.rustfmt;
|
package = rust.rustfmt;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue