Skip to content

Commit

Permalink
flake.nix: pre-commit-hooks-nix -> git-hooks-nix
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 17, 2024
1 parent c58f7ed commit ad9adda
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 105 deletions.
4 changes: 2 additions & 2 deletions checks/pre-commit-hooks/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
...
}:
let
inherit (inputs) pre-commit-hooks-nix;
inherit (inputs) git-hooks-nix;
in
pre-commit-hooks-nix.lib.${pkgs.system}.run {
git-hooks-nix.lib.${pkgs.system}.run {
src = ./.;
hooks = {
clang-tidy.enable = true;
Expand Down
Loading

0 comments on commit ad9adda

Please sign in to comment.