build(nix): switch to new RFC style nixfmt

Signed-off-by: Thomas Mühlbacher <tmuehlbacher@posteo.net>
This commit is contained in:
Thomas Mühlbacher 2024-05-22 20:39:24 +02:00
parent 04a31f10e0
commit e94c985640

View File

@ -27,7 +27,7 @@
default = pkgs.bcachefs;
};
formatter = pkgs.nixfmt;
formatter = pkgs.nixfmt-rfc-style;
devShells.default = pkgs.callPackage ({ mkShell, rustc, cargo, gnumake
, gcc, clang, pkg-config, libuuid, libsodium, keyutils, liburcu, zlib