main
Robert Pearce 2020-09-24 22:00:31 -04:00
parent 6b12b62ddf
commit 4001a928a2
No known key found for this signature in database
GPG Key ID: 07A0E482E5616C9B
1 changed files with 2 additions and 0 deletions

View File

@ -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;