Skip to content

Commit

Permalink
🔧 (pre-commit): more tools
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Aug 10, 2024
1 parent b4513bd commit 783638d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pre-commit-hooks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ in
settings.excludes = [ "flake.lock" ];

settings.hooks = {
nixfmt.enable = true;
nixfmt.package = pkgs.nixfmt-rfc-style;
deadnix.enable = true;
flake-checker.enable = true;
nil.enable = true;
nixfmt = {
enable = true;
package = pkgs.nixfmt-rfc-style;
};
};
};
}

0 comments on commit 783638d

Please # to comment.