mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
try one more way
This commit is contained in:
parent
36c6185683
commit
1f97bad82a
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -35,13 +35,12 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
#for host in "${HOSTS[@]}"
|
# for host in algiz othalan mannaz
|
||||||
for host in algiz othalan mannaz
|
for host in ${HOSTS[@]}
|
||||||
do
|
do
|
||||||
cachix watch-exec daylin -- \
|
cachix watch-exec daylin -- \
|
||||||
nix build \
|
nix build \
|
||||||
".#nixosConfigurations.$host.config.system.build.toplevel" \
|
".#nixosConfigurations.$host.config.system.build.toplevel" \
|
||||||
--accept-flake-config \
|
|
||||||
--print-build-logs
|
--print-build-logs
|
||||||
done
|
done
|
||||||
- name: Push
|
- name: Push
|
||||||
|
|
Loading…
Reference in a new issue