forked from Bos55/nix-config
dev #2
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue