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; [
|
buildInputs = with pkgs; [
|
||||||
curl
|
curl
|
||||||
jq
|
jq
|
||||||
|
shellcheck
|
||||||
];
|
];
|
||||||
|
|
||||||
inherit (self.checks.${system}.pre-commit) shellHook;
|
inherit (self.checks.${system}.pre-commit) shellHook;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue