From ad12a2234673f4e9706a354f01029b2645c0554e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Thu, 30 May 2024 16:55:40 -0300 Subject: [PATCH] flake: set formatter to nixfmt-rfc-style --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index daecf26..8f847b0 100644 --- a/flake.nix +++ b/flake.nix @@ -182,6 +182,6 @@ packages.${system} = pkgs // packages; - formatter.${system} = pkgs.nixpkgs-fmt; + formatter.${system} = pkgs.nixfmt-rfc-style; }; }