diff --git a/.github/workflows/binaries.yaml b/.github/workflows/binaries.yaml index b229c688989..6d0e3c380c0 100644 --- a/.github/workflows/binaries.yaml +++ b/.github/workflows/binaries.yaml @@ -56,7 +56,7 @@ jobs: - name: ❄ Build devShells (for cache) run: | - nix build .#devShells.default + nix build .#devShells.x86_64-linux.default build-macos: name: "Build for aarch64-darwin" @@ -104,4 +104,4 @@ jobs: - name: ❄ Build devShells (for cache) run: | - nix build .#devShells.default + nix build .#devShells.aarch64-darwin.default