bump inputs
This commit is contained in:
parent
ceb855a857
commit
c58edc48e6
4 changed files with 126 additions and 71 deletions
13
flake/pre-commit/default.nix
Normal file
13
flake/pre-commit/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
perSystem = _: {
|
||||
pre-commit = {
|
||||
settings = {
|
||||
excludes = ["flake.lock"];
|
||||
hooks = {
|
||||
alejandra.enable = true;
|
||||
prettier.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue