From ec8c8f5e33cb928a5ace880bac1fb2845d971dc2 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sat, 24 May 2025 16:32:39 +0200 Subject: [PATCH] feat(shell.nix): line/file endings don't play well with secrets. --- shell.nix | 3 --- 1 file changed, 3 deletions(-) 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