fix mappings
Some checks failed
Build / Determining hosts to build (push) Successful in 8s
Build / Determining hosts to build (pull_request) Successful in 7s
Build / build (push) Failing after 6s
Build / build (pull_request) Failing after 7s

This commit is contained in:
Tibo De Peuter 2026-02-08 12:26:31 +01:00
parent 675204152d
commit 99141d2c7a
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -38,7 +38,8 @@ jobs:
with: with:
nix_path: nixpkgs=channel:nixos-unstable nix_path: nixpkgs=channel:nixos-unstable
- 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"
run: | run: |
echo "Building for: ${{ matrix.hostname }}" echo "Building for: ${{ matrix.hostname }}"