diff --git a/flake.nix b/flake.nix index 16ca2af..bc81a50 100644 --- a/flake.nix +++ b/flake.nix @@ -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; }; });