feat: add vbc-nix input

This commit is contained in:
Leon Schwarzäugl 2025-03-21 19:42:16 +01:00
parent 431cd97efe
commit f7bcd89aa2
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
7 changed files with 73 additions and 4 deletions

View file

@ -3,6 +3,7 @@
pre-commit-check = inputs.pre-commit-hooks.lib.${system}.run {
src = "${self}";
hooks = {
check-added-large-files.enable = true;
check-case-conflicts.enable = true;
check-executables-have-shebangs.enable = true;
check-shebang-scripts-are-executable.enable = false;