Skip to content

Commit

Permalink
fix(ci): nixe ci issues
Browse files Browse the repository at this point in the history
  • Loading branch information
DaRacci committed Jan 18, 2025
1 parent dacf9a1 commit 1a5d082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- host: nixserv
system: x86_64-linux

name: Build ${{ matrix.host }} on ${{ matrix.system }}
name: ${{ matrix.host }} on ${{ matrix.system }}

steps:
- name: Checkout repository
Expand All @@ -75,7 +75,7 @@ jobs:
run: nix eval --impure --accept-flake-config .#nixosConfigurations.${{ matrix.host }}.config.system.build.toplevel

- name: Build ${{ matrix.host }}
if: matrix.noBuild != 'true'
if: matrix.noBuild != true
env:
_system: ${{ matrix.system }}
run: nix build --impure --accept-flake-config .#nixosConfigurations.${{ matrix.host }}.config.system.build.toplevel
Expand Down

0 comments on commit 1a5d082

Please sign in to comment.