use system path in CI

This commit is contained in:
Daylin Morgan 2024-06-18 12:25:21 -05:00
parent c84ef6a384
commit 35c93707de
Signed by: daylin
GPG Key ID: 950D13E9719334AD
2 changed files with 7 additions and 6 deletions

View File

@ -53,5 +53,6 @@ jobs:
- name: Build
run: |
for host in ${{ inputs.host }}; do
nix run . --accept-flake-config -- cache --host "$host" --flake .
cachix watch-exec daylin -- nix build --print-build-logs "$(nix run . -- output --system-path --host "$host" --flake .)^*"
# nix run . --accept-flake-config -- cache --host "$host" --flake .
done

View File

@ -13,12 +13,12 @@ concurrency:
cancel-in-progress: true
jobs:
checks:
uses: ./.github/workflows/checks.yml
secrets: inherit
# checks:
# uses: ./.github/workflows/checks.yml
# secrets: inherit
build:
needs: checks
# needs: checks
strategy:
max-parallel: 1
matrix: