Skip to content

Commit 4b5df5f

Browse files
authored
Merge pull request #166 from DeterminateSystems/fixup-x64-darwin-binaries
ci: fixup x86_64-darwin binaries
2 parents 6d05876 + b812710 commit 4b5df5f

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ jobs:
4141
4242
- name: Build package and create closure for ${{ matrix.systems.system }}
4343
run: |
44-
nix build .# -L --fallback && \
44+
nix build .#packages.$SYSTEM.default -L --fallback && \
4545
nix-store --export $(nix-store -qR ./result) | xz -9 > "${{ env.ARCHIVE_NAME }}"
46+
env:
47+
SYSTEM: ${{ matrix.systems.nix-system }}
4648

4749
- name: Upload magic-nix-cache closure for ${{ matrix.systems.system }}
4850
uses: actions/upload-artifact@v4.6.0

flake.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)