diff --git a/flake.nix b/flake.nix index 4fde4a8..d0d455d 100755 --- a/flake.nix +++ b/flake.nix @@ -51,7 +51,6 @@ imports = [ inputs.pre-commit-hooks.flakeModule ./hosts - ./hosts/deploy.nix ./home/profiles ]; systems = ["x86_64-linux"]; @@ -61,6 +60,7 @@ ... }: { pre-commit = { + check.enable = true; settings = { excludes = ["flake.lock"]; hooks = {