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 = {
projectRootFile = "flake.nix";
programs = {
nixpkgs-fmt.enable = true;
nixfmt.enable = true;
rustfmt = {
enable = true;
package = rust.rustfmt;