flake: set formatter to nixfmt-rfc-style

This commit is contained in:
Leonardo Eugênio 2024-05-30 16:55:40 -03:00
parent 399eafe9ed
commit 628c1f0e11

View file

@ -182,6 +182,6 @@
packages.${system} = pkgs // packages;
formatter.${system} = pkgs.nixpkgs-fmt;
formatter.${system} = pkgs.nixfmt-rfc-style;
};
}