mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
fix(nix): silence trace from treefmt-nix
Signed-off-by: Thomas Mühlbacher <tmuehlbacher@posteo.net>
This commit is contained in:
parent
b4db95b16e
commit
fb6a56bb81
@ -195,7 +195,7 @@
|
|||||||
flakeCheck = false;
|
flakeCheck = false;
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
nixfmt-rfc-style.enable = true;
|
nixfmt.enable = true;
|
||||||
rustfmt.edition = rustfmtToml.edition;
|
rustfmt.edition = rustfmtToml.edition;
|
||||||
rustfmt.enable = true;
|
rustfmt.enable = true;
|
||||||
rustfmt.package = fenix.packages.${system}.default.rustfmt;
|
rustfmt.package = fenix.packages.${system}.default.rustfmt;
|
||||||
|
Loading…
Reference in New Issue
Block a user