working devShell!
This commit is contained in:
parent
c58edc48e6
commit
10f4b7b134
11 changed files with 21 additions and 19 deletions
13
parts/pre-commit/default.nix
Normal file
13
parts/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