diff --git a/shell.nix b/shell.nix index 0847664..572ab82 100644 --- a/shell.nix +++ b/shell.nix @@ -6,9 +6,6 @@ git-check = git-hooks.lib.${pkgs.system}.run { src = "."; hooks = { - # General formaters - end-of-file-fixer.enable = true; - mixed-line-endings.enable = true; # Git commit lint commitizen.enable = true; # Nix section