mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:53:55 -05:00
fixed build errors in build-iso.yml
This commit is contained in:
parent
ec742a3fa8
commit
c3c73821a6
4
.github/workflows/build-iso.yml
vendored
4
.github/workflows/build-iso.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v20
|
||||
|
||||
- name: BuiCheck flake
|
||||
- name: Check flake
|
||||
uses: workflow/nix-shell-action@v3.2.1
|
||||
with:
|
||||
script: nix flake check .
|
||||
|
@ -42,7 +42,7 @@ jobs:
|
|||
- name: Build image
|
||||
uses: workflow/nix-shell-action@v3.2.1
|
||||
with:
|
||||
script: nix build .#${{ matrix.target }}
|
||||
script: nix build .#nixosConfigurations.${{ matrix.target }}.config.system.build.isoImage
|
||||
|
||||
- name: Upload iso
|
||||
uses: actions/upload-artifact@v3.1.2
|
||||
|
|
Loading…
Reference in a new issue