chore(flake): switch to new nixfmt-rfc-style option in pre-commit hooks
This commit is contained in:
parent
6a0f0bf76e
commit
83d8be3bf9
3 changed files with 37 additions and 2 deletions
|
@ -140,8 +140,7 @@ rec {
|
|||
pre-commit = inputs.pre-commit-hooks.lib.${system}.run {
|
||||
src = ./.;
|
||||
hooks = {
|
||||
nixfmt.enable = true;
|
||||
nixfmt.package = pkgs.nixfmt-rfc-style;
|
||||
nixfmt-rfc-style.enable = true;
|
||||
shellcheck.enable = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue