feat(shell.nix): line/file endings don't play well with secrets.

This commit is contained in:
CronyAkatsuki 2025-05-24 16:32:39 +02:00
parent bf1ea52823
commit ec8c8f5e33

View file

@ -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