bump inputs

This commit is contained in:
vali 2024-07-21 22:49:20 +02:00
commit c58edc48e6
4 changed files with 126 additions and 71 deletions

View file

@ -0,0 +1,13 @@
{
perSystem = _: {
pre-commit = {
settings = {
excludes = ["flake.lock"];
hooks = {
alejandra.enable = true;
prettier.enable = true;
};
};
};
};
}