feat(flake): Check for typos
This commit is contained in:
parent
43a683dcc2
commit
8e044c215e
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@
|
||||||
checks = forEachSupportedSystem ({ pkgs, system }: {
|
checks = forEachSupportedSystem ({ pkgs, system }: {
|
||||||
pre-commit-check = pre-commit-hooks.lib.${system}.run {
|
pre-commit-check = pre-commit-hooks.lib.${system}.run {
|
||||||
src = builtins.path { path = ./.; name = "configuration.nix"; };
|
src = builtins.path { path = ./.; name = "configuration.nix"; };
|
||||||
|
hooks.typos.enable = true;
|
||||||
hooks.nixpkgs-fmt.enable = true;
|
hooks.nixpkgs-fmt.enable = true;
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue