nix: add shellcheck to devShell

This commit is contained in:
Bruno BELANYI 2021-06-12 00:40:45 +02:00
parent 1ba2688eb9
commit adc0cf4e81
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@
buildInputs = with pkgs; [
curl
jq
shellcheck
];
inherit (self.checks.${system}.pre-commit) shellHook;