Add basic check compat
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{ hooks, system, ... }:
|
||||
|
||||
{
|
||||
pre-commit-check = hooks.lib.${system}.run {
|
||||
src = ./.;
|
||||
hooks = {
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user