mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue