diff --git a/.github/workflows/binaries.yaml b/.github/workflows/binaries.yaml index 6d0e3c380c0..f740b6681bc 100644 --- a/.github/workflows/binaries.yaml +++ b/.github/workflows/binaries.yaml @@ -54,10 +54,6 @@ jobs: name: hydra-x86_64-linux-${{ env.VERSION }} # automatically zips path: out/* - - name: ❄ Build devShells (for cache) - run: | - nix build .#devShells.x86_64-linux.default - build-macos: name: "Build for aarch64-darwin" runs-on: macos-latest @@ -101,7 +97,3 @@ jobs: with: name: hydra-aarch64-darwin-${{ env.VERSION }} # automatically zips path: out/* - - - name: ❄ Build devShells (for cache) - run: | - nix build .#devShells.aarch64-darwin.default