feat: change nix formater from alejandra to nixfmt-rfc-style (#50)
- The recommended nix formatter is nixfmt-rfc-style and not alejandra.
This commit is contained in:
parent
e522e9ea2d
commit
9a2a38af51
2 changed files with 6 additions and 3 deletions
|
|
@ -44,12 +44,12 @@
|
|||
src = ./.;
|
||||
hooks = {
|
||||
statix.enable = true;
|
||||
alejandra.enable = true;
|
||||
nixfmt-rfc-style.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
formatter = pkgs.alejandra;
|
||||
formatter = pkgs.nixfmt-rfc-style;
|
||||
|
||||
packages.default = nvim;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue