Convert to manual pre-commit

This commit is contained in:
Greg Hellings
2025-12-08 05:53:17 -06:00
parent 8964529f1a
commit a9806e4eb5
9 changed files with 71 additions and 140 deletions
+3 -4
View File
@@ -1,5 +1,4 @@
{
self',
pkgs,
nixvimunstable,
...
@@ -18,19 +17,19 @@ let
in
{
default = pkgs.mkShell {
inherit (self'.checks.pre-commit-check) shellHook;
buildInputs = with pkgs; [
bashInteractive
stdenv.cc
curl
git
gnutar
gzip
inject
inject-darwin
nushell
vim
self'.checks.pre-commit-check.enabledPackages
tmux
xonsh
zellij
];
};
}