flake: enable shellcheck pre-commit hook

This commit is contained in:
Bruno BELANYI 2021-11-12 09:42:39 +01:00
parent d0e6e03c23
commit e295a60cf5
1 changed files with 4 additions and 0 deletions

View File

@ -118,6 +118,10 @@
nixpkgs-fmt = {
enable = true;
};
shellcheck = {
enable = true;
};
};
};
};