fix: remove nixfmt patch

This commit is contained in:
Luj 2024-08-24 22:45:18 +02:00
parent 435963ca64
commit 76527700dc
Signed by: luj
GPG key ID: 6FC74C847011FD83
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
{