nix: add shellcheck to devShell
This commit is contained in:
parent
1ba2688eb9
commit
adc0cf4e81
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@
|
|||
buildInputs = with pkgs; [
|
||||
curl
|
||||
jq
|
||||
shellcheck
|
||||
];
|
||||
|
||||
inherit (self.checks.${system}.pre-commit) shellHook;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue