Avoid deprecated option

This commit is contained in:
SebastianStork 2024-07-10 18:01:49 +02:00
parent 4780297c9e
commit 7c1542f261

View file

@ -82,7 +82,7 @@
formatter.${system} =
(inputs.treefmt-nix.lib.evalModule pkgs {
projectRootFile = "flake.nix";
programs.nixfmt-rfc-style.enable = true;
programs.nixfmt.enable = true;
programs.prettier.enable = true;
}).config.build.wrapper;
};