diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 482df03..2a1fb35 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,8 +16,7 @@ jobs: nix_path: nixpkgs=channel:nixos-unstable - name: "List hosts" id: hosts - run: | - nix eval .#nixosConfigurations --apply builtins.attrNames --json + run: nix eval .#nixosConfigurations --apply builtins.attrNames --json outputs: hosts: ${{ steps.hosts.outputs }} @@ -31,11 +30,5 @@ jobs: hostname: ${{ fromJSON(needs.determine_hosts.outputs.hosts) }} steps: - - name: "Define host" - env: - hostname: ${{ matrix.hostname }} - run: | - echo "${hostname}" - - run: | - nixos-rebuild build --flake ".#${hostname}" + - run: echo "${{ matrix.hostname }}"