forked from Bos55/nix-config
Debugging extra step
This commit is contained in:
parent
4eff2772d1
commit
478ace7bb4
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -19,12 +19,15 @@ jobs:
|
|||
- uses: https://github.com/cachix/install-nix-action@v31
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- name: "List hosts"
|
||||
- name: "Determine hosts"
|
||||
id: hosts
|
||||
run: |
|
||||
hosts="$(nix eval .#nixosConfigurations --apply builtins.attrNames --json)"
|
||||
echo "${hosts}"
|
||||
echo "hostnames=${hosts}" >> $GITHUB_OUTPUT
|
||||
- name: "List hosts"
|
||||
run: |
|
||||
echo "${{ steps.hosts.outputs.hostnames }}"
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue