From e94c985640bb10a1e8bf0a5a0004a9b582092951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BChlbacher?= Date: Wed, 22 May 2024 20:39:24 +0200 Subject: [PATCH] build(nix): switch to new RFC style nixfmt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Mühlbacher --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b8f9ce58..01a79e7c 100644 --- a/flake.nix +++ b/flake.nix @@ -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