Update main.yml

This commit is contained in:
Tyler 2025-05-19 22:52:55 -04:00 committed by GitHub
parent 36d911f3d9
commit 05c9fecbef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@ jobs:
with: with:
packages: nh packages: nh
script: | script: |
nh os build ./dot_config/flake/ -- --cores 1 -j1 nh os build ./dot_config/flake#${{matrix.hostname}} -- --cores 1 -j1
- uses: workflow/nix-shell-action@v3 - uses: workflow/nix-shell-action@v3
if: runner.os == 'macOS' if: runner.os == 'macOS'
@ -48,4 +48,4 @@ jobs:
with: with:
packages: nh packages: nh
script: | script: |
nh darwin build ./dot_config/flake/ -- --cores 1 -j1 nh darwin build ./dot_config/flake#${{matrix.hostname}} -- --cores 1 -j1