working devShell!

This commit is contained in:
Charlie Root 2024-07-22 00:05:07 +02:00
commit 8e2371ddf6
11 changed files with 21 additions and 19 deletions

View file

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