mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-10 10:48:35 -05:00
Update Nix build commands in GitHub Actions workflow to remove '.system' suffix for configurations.
This commit is contained in:
parent
91dabe4221
commit
b0436fc517
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
packages: nh
|
packages: nh
|
||||||
script: |
|
script: |
|
||||||
nh os build ./dot_config/flake#nixosConfigurations.${{matrix.hostname}}.system -- --cores 1 -j1
|
nh os build ./dot_config/flake#nixosConfigurations.${{matrix.hostname}} --no-nom -- --cores 1 -j1
|
||||||
|
|
||||||
- uses: workflow/nix-shell-action@v3
|
- uses: workflow/nix-shell-action@v3
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
|
|
@ -49,4 +49,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
packages: nh
|
packages: nh
|
||||||
script: |
|
script: |
|
||||||
nh darwin build ./dot_config/flake#darwinConfigurations.${{matrix.hostname}}.system -- --cores 1 -j1
|
nh darwin build ./dot_config/flake#darwinConfigurations.${{matrix.hostname}} --no-nom -- --cores 1 -j1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue