mirror of
https://gitlab.com/upRootNutrition/resume.git
synced 2025-06-15 17:15:11 -05:00
8 lines
123 B
Nix
8 lines
123 B
Nix
![]() |
{
|
||
|
pre-commit.settings.hooks = {
|
||
|
nixfmt.enable = true;
|
||
|
commitizen.enable = true;
|
||
|
statix.enable = true;
|
||
|
};
|
||
|
}
|