fix(nix): silence trace from treefmt-nix

Signed-off-by: Thomas Mühlbacher <tmuehlbacher@posteo.net>
This commit is contained in:
Thomas Mühlbacher 2024-07-30 23:33:53 +02:00
parent b4db95b16e
commit fb6a56bb81

View File

@ -195,7 +195,7 @@
flakeCheck = false;
programs = {
nixfmt-rfc-style.enable = true;
nixfmt.enable = true;
rustfmt.edition = rustfmtToml.edition;
rustfmt.enable = true;
rustfmt.package = fenix.packages.${system}.default.rustfmt;