mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -06:00
simplify GHA
This commit is contained in:
parent
b3f3ec6c44
commit
cea8b1a18d
1 changed files with 5 additions and 2 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -53,6 +53,9 @@ jobs:
|
|||
- name: Build
|
||||
run: |
|
||||
for host in ${{ inputs.host }}; do
|
||||
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 .
|
||||
cachix watch-exec daylin -- \
|
||||
oizys build --system-path \
|
||||
--host "$host" \
|
||||
--flake . -- \
|
||||
--print-build-logs
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue