hlint
This commit is contained in:
parent
6b12b62ddf
commit
4001a928a2
@ -22,6 +22,7 @@ in
|
||||
generator
|
||||
pkgs.niv
|
||||
pkgs.pre-commit
|
||||
pre-commit-hooks.hlint
|
||||
pre-commit-hooks.nixpkgs-fmt
|
||||
pre-commit-hooks.ormolu
|
||||
];
|
||||
@ -31,6 +32,7 @@ in
|
||||
inherit src;
|
||||
|
||||
hooks = {
|
||||
hlint.enable = true;
|
||||
nix-linter.enable = true;
|
||||
nixpkgs-fmt.enable = true;
|
||||
ormolu.enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user