diff options
author | azahi <azat@bahawi.net> | 2024-10-10 03:33:47 +0300 |
---|---|---|
committer | azahi <azat@bahawi.net> | 2024-10-10 03:33:47 +0300 |
commit | c6c9929a090aa8022045514e09ecafd57a954c27 (patch) | |
tree | 0a71feedcada203c045f94d01bc2d8b733b067ee /checks.nix | |
parent | 2024-08-20 (diff) |
2024-10-10
Diffstat (limited to 'checks.nix')
-rw-r--r-- | checks.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/checks.nix b/checks.nix index 33ab57e..3261f1a 100644 --- a/checks.nix +++ b/checks.nix @@ -11,10 +11,6 @@ path = ./.; }; hooks = { - nixfmt = { - enable = true; - package = pkgs.nixfmt; - }; promtool = { enable = true; name = "promtool"; @@ -35,6 +31,7 @@ fix-byte-order-marker.enable = true; flake-checker.enable = true; nil.enable = true; + nixfmt-rfc-style.enable = true; prettier.enable = true; shellcheck.enable = true; shfmt.enable = true; |