chore: devenv update

This commit is contained in:
Michael Mandl 2025-05-13 08:39:59 +02:00
parent 58489e40e4
commit 7e8901c7bf
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2
2 changed files with 14 additions and 12 deletions

View file

@ -1,11 +1,13 @@
{ pkgs, ... }:
{
packages = with pkgs; [
git
];
git-hooks.hooks = {
check-case-conflicts.enable = true;
check-merge-conflicts.enable = true;
commitizen.enable = true;
detect-private-keys.enable = true;
end-of-file-fixer.enable = true;
markdownlint.enable = true;
mdformat.enable = true;
};
}