try one more way

This commit is contained in:
Daylin Morgan 2024-01-24 09:08:55 -06:00
parent 36c6185683
commit 1f97bad82a
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 2 additions and 3 deletions

View File

@ -35,13 +35,12 @@ jobs:
- name: Build
shell: bash
run: |
#for host in "${HOSTS[@]}"
for host in algiz othalan mannaz
# for host in algiz othalan mannaz
for host in ${HOSTS[@]}
do
cachix watch-exec daylin -- \
nix build \
".#nixosConfigurations.$host.config.system.build.toplevel" \
--accept-flake-config \
--print-build-logs
done
- name: Push