Add more commit hooks.
This commit is contained in:
parent
dd3f3161f2
commit
6f6b2835fb
1 changed files with 5 additions and 1 deletions
|
@ -5,7 +5,11 @@
|
||||||
}: let
|
}: let
|
||||||
git-check = git-hooks.lib.${pkgs.system}.run {
|
git-check = git-hooks.lib.${pkgs.system}.run {
|
||||||
src = ".";
|
src = ".";
|
||||||
hooks = {alejandra.enable = true;};
|
hooks = {
|
||||||
|
alejandra.enable = true;
|
||||||
|
deadnix.enable = true;
|
||||||
|
flake-checker.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
pkgs.mkShell {inherit (git-check) shellHook;}
|
pkgs.mkShell {inherit (git-check) shellHook;}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue