fix: remove nixfmt patch

This commit is contained in:
Luj 2024-08-24 22:45:18 +02:00
parent 12734c7683
commit c2e8c17abd
2 changed files with 0 additions and 258 deletions

View file

@ -10,7 +10,6 @@ let
pkgs.applyPatches {
name = "patched-git-hooks";
src = inputs.git-hooks;
patches = [ ./patches/hooks-correct-nixfmt.patch ];
}
)).run
{