dev #2

Open
tdpeuter wants to merge 43 commits from dev into main
Showing only changes of commit ea3492ee27 - Show all commits

View file

@ -22,7 +22,7 @@ jobs:
- name: "Determine hosts" - name: "Determine hosts"
id: hosts id: hosts
run: | run: |
hostnames="$(nix eval .#nixosConfigurations --apply builtins.attrNames --json)" hostnames="$(nix eval .#nixosConfigurations --apply builtins.attrNames --json | tr '\n' ', ' | sed 's/,$//')"
printf "hostnames=%s\n" "${hostnames}" >> "${GITHUB_OUTPUT}" printf "hostnames=%s\n" "${hostnames}" >> "${GITHUB_OUTPUT}"
build: build: