fix: don't run tests in consumers of the lib

This commit is contained in:
eric
2026-03-06 17:37:27 +01:00
parent 1399862dec
commit 4d2579ae1e
3 changed files with 24 additions and 4 deletions

View File

@@ -32,6 +32,7 @@
mkDevShell =
{
system,
src ? ./.,
extraPackages ? [ ],
extraShellHook ? "",
additionalHooks ? { },
@@ -78,7 +79,7 @@
};
pre-commit-check = git-hooks.lib.${system}.run {
src = ./.;
inherit src;
hooks = {
treefmt = {
enable = true;