From c87357b2d0ab8cd68f440a21c260c817fe854855 Mon Sep 17 00:00:00 2001 From: notohh Date: Tue, 16 Apr 2024 21:04:07 -0400 Subject: [PATCH] flake.nix: enble pre-commit --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {