dev #2

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

View file

@ -23,6 +23,7 @@ jobs:
id: hosts
run: |
hosts="$(nix eval .#nixosConfigurations --apply builtins.attrNames --json)"
echo "${hosts}"
echo "hostnames=${hosts}" >> $GITHUB_OUTPUT
build: