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; };