forked from Bos55/nix-config
dev #2
1 changed files with 2 additions and 6 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -22,12 +22,8 @@ jobs:
|
|||
- name: "Determine hosts"
|
||||
id: hosts
|
||||
run: |
|
||||
hosts="$(nix eval .#nixosConfigurations --apply builtins.attrNames --json)"
|
||||
echo "${hosts}"
|
||||
echo "hostnames=${hosts}" >> $GITHUB_OUTPUT
|
||||
- name: "List hosts of step"
|
||||
run: |
|
||||
echo "${{ steps.hosts.outputs.hostnames }}"
|
||||
hostnames="$(nix eval .#nixosConfigurations --apply builtins.attrNames --json)"
|
||||
printf "hostnames=%s\n" "${hostnames}" >> "${GITHUB_OUTPUT}" # Preserve quotes
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue