dev #2

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

View file

@ -25,7 +25,7 @@ jobs:
hosts="$(nix eval .#nixosConfigurations --apply builtins.attrNames --json)"
echo "${hosts}"
echo "hostnames=${hosts}" >> $GITHUB_OUTPUT
- name: "List hosts"
- name: "List hosts of step"
run: |
echo "${{ steps.hosts.outputs.hostnames }}"
@ -43,6 +43,9 @@ jobs:
- uses: https://github.com/cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: "Debug needs outputs"
run: |
echo "${{ needs.determine-hosts.outputs }}"
- name: Debug Matrix
run: |
echo "The matrix value is: ${{ matrix.hostname }}"