dev #2

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

View file

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