simplify GHA

This commit is contained in:
Daylin Morgan 2024-06-20 11:16:19 -05:00
parent b3f3ec6c44
commit cea8b1a18d
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -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