Add NixOS to build step as well
Some checks failed
Test / tests (push) Has been skipped
Build / Determining hosts to build (pull_request) Successful in 9s
Test / tests (pull_request) Has been skipped
Build / build (pull_request) Failing after 6s

This commit is contained in:
Tibo De Peuter 2026-02-08 12:00:31 +01:00
parent 4103c488b3
commit 60fe8110b1
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -31,6 +31,10 @@ jobs:
hostname: ${{ fromJSON(needs.determine_hosts.outputs.hosts) }}
steps:
- uses: actions/checkout@v5
- uses: https://github.com/cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: "Define host"
env:
hostname: ${{ matrix.hostname }}