flake: enable shellcheck pre-commit hook
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bruno BELANYI 2021-11-12 09:42:39 +01:00
parent 7d31aa93db
commit 6ebfa1a8cc

View file

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