diff --git a/flake.nix b/flake.nix index d286e0e..809de05 100644 --- a/flake.nix +++ b/flake.nix @@ -57,6 +57,7 @@ buildInputs = with pkgs; [ curl jq + shellcheck ]; inherit (self.checks.${system}.pre-commit) shellHook;