Commit 85afd6ed15b2

Vincent Demeester <vincent@sbr.pm>
2026-01-15 12:07:21
chore: disable elisp-byte-compile pre-commit hook
- Prevent byte-compile errors from missing packages in bare environment - Hook was causing more friction than value in pre-push checks Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent de7c2da
Changed files (1)
flake.nix
@@ -229,7 +229,7 @@
             shellcheck.enable = true;
             # emacs lisp - basic syntax checking
             elisp-byte-compile = {
-              enable = true; # Disabled by default, can be enabled manually
+              enable = false; # Disabled - causes issues with missing packages in pre-push hook
               name = "Emacs Lisp byte-compile";
               entry =
                 let