We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d18e15c + a66f1fc commit d8c0a49Copy full SHA for d8c0a49
.github/workflows/binaries.yaml
@@ -54,10 +54,6 @@ jobs:
54
name: hydra-x86_64-linux-${{ env.VERSION }} # automatically zips
55
path: out/*
56
57
- - name: ❄ Build devShells (for cache)
58
- run: |
59
- nix build .#devShells.x86_64-linux.default
60
-
61
build-macos:
62
name: "Build for aarch64-darwin"
63
runs-on: macos-latest
@@ -101,7 +97,3 @@ jobs:
101
97
with:
102
98
name: hydra-aarch64-darwin-${{ env.VERSION }} # automatically zips
103
99
104
105
106
107
- nix build .#devShells.aarch64-darwin.default
0 commit comments