We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bdb3c4 commit c2115afCopy full SHA for c2115af
1 file changed
.github/workflows/ci.yml
@@ -29,6 +29,7 @@ jobs:
29
- run: nix flake check
30
- name: Build NixOS system
31
run: |
32
- nix build \
33
- .#nixosConfigurations.${{ matrix.host }}.config.system.build.toplevel \
34
- --system ${{ matrix.system }}
+ if [ "${{ matrix.system }}" = "aarch64-darwin" ]; then
+ nix build .#darwinConfigurations.${{ matrix.host }}.system
+ else
35
+ nix build .#nixosConfigurations.${{ matrix.host }}.config.system.build.toplevel
0 commit comments