feat(flake): Check for typos

This commit is contained in:
Jalil David Salamé Messina 2024-02-01 22:02:32 +01:00 committed by Jalil David Salamé Messina
parent 43a683dcc2
commit 8e044c215e

View file

@ -66,6 +66,7 @@
checks = forEachSupportedSystem ({ pkgs, system }: {
pre-commit-check = pre-commit-hooks.lib.${system}.run {
src = builtins.path { path = ./.; name = "configuration.nix"; };
hooks.typos.enable = true;
hooks.nixpkgs-fmt.enable = true;
};
});