Switch to nixfmt

This commit is contained in:
r-vdp 2024-09-30 11:58:49 +02:00
parent 7ce410664b
commit 3aab6ab23a
No known key found for this signature in database

View file

@ -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;