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

This commit is contained in:
Tibo De Peuter 2026-02-08 15:35:02 +01:00
parent a5ed47a478
commit 3d4082c25c
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -32,22 +32,17 @@ jobs:
needs: determine-hosts
strategy:
matrix:
hostname: ${{ needs.determine-hosts.outputs.hosts }}
hostname: [
Development
Testing
]
steps:
- uses: actions/checkout@v5
- uses: https://github.com/cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: "Debug needs outputs"
- name: "Build host"
run: |
printf "%s\n" "${{ needs.determine-hosts.outputs.hosts }}"
- name: Debug Matrix
run: |
echo "The matrix value is: ${{ matrix.hostname }}"
- name: "Define host"
run: |
echo "Building for: ${{ matrix.hostname }}"
- run: |
nixos-rebuild build --flake ".#${{ matrix.hostname }}"