Skip to content

Commit d8e436c

Browse files
committed
Revert "clean is still required because patch still uses cloning"
This reverts commit 10806e4.
1 parent f1d3d40 commit d8e436c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/pre-commit.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,6 @@ in {
352352
fi
353353
354354
if $doInstall; then
355-
# This because we're still using a clone. The clean invocation can
356-
# be rid of when the patch uses a *working* non-clone code path.
357-
pre-commit clean
358355
pre-commit install
359356
fi
360357
fi

0 commit comments

Comments
 (0)