use var directly

This commit is contained in:
Tibo De Peuter 2026-02-08 12:25:00 +01:00
parent b5af201e86
commit fce4a03fa5
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -40,10 +40,8 @@ jobs:
- name: Debug Matrix
run: echo "The matrix value is: [${{ matrix.hostname }}]"
- name: "Define host"
env:
hostname: ${{ matrix.hostname }}
run: |
echo "Hostname: ${{ matrix.hostname }}"
echo "Building for: ${{ matrix.hostname }}"
- run: |
nixos-rebuild build --flake ".#${hostname}"
nixos-rebuild build --flake ".#${{ matrix.hostname }}"