diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eaca487..395ecde 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,6 @@ jobs: uses: DeterminateSystems/nix-installer-action@main - name: Enable magic Nix cache uses: DeterminateSystems/magic-nix-cache-action@main - - name: Shellcheck - run: nix develop --command shellcheck $(find . -type f -name "*.sh" -executable) - name: Install pnpm dependencies run: nix develop --command pnpm install - name: Check formatting diff --git a/flake.nix b/flake.nix index 694ab0d..d968aa3 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,6 @@ devShells = forEachSupportedSystem ({ pkgs }: { default = pkgs.mkShell { packages = with pkgs; [ - shellcheck nodejs_latest nodePackages_latest.pnpm ];