chore: devenv update
This commit is contained in:
parent
58489e40e4
commit
7e8901c7bf
2 changed files with 14 additions and 12 deletions
10
devenv.nix
10
devenv.nix
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue