From 83db5f51ce592242472676a27835c154d311d60f Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 2 Jun 2025 09:56:35 -0500 Subject: [PATCH] renamed git-hooks to silence warning --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 829c2bf..1ed03ca 100644 --- a/flake.nix +++ b/flake.nix @@ -87,7 +87,7 @@ # This is your devenv configuration # https://devenv.sh/reference/options/#pre-commithooks - pre-commit.hooks = { + git-hooks.hooks = { end-of-file-fixer.enable = true; trim-trailing-whitespace.enable = true; };