about summary refs log tree commit diff
path: root/checks.nix
diff options
context:
space:
mode:
authorazahi <azat@bahawi.net>2024-10-10 03:33:47 +0300
committerazahi <azat@bahawi.net>2024-10-10 03:33:47 +0300
commitc6c9929a090aa8022045514e09ecafd57a954c27 (patch)
tree0a71feedcada203c045f94d01bc2d8b733b067ee /checks.nix
parent2024-08-20 (diff)
2024-10-10
Diffstat (limited to '')
-rw-r--r--checks.nix5
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;

Consider giving Nix/NixOS a try! <3