change build command
Some checks failed
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 8s
Build / build (Development Testing) (pull_request) Failing after 7s

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

View file

@ -44,5 +44,5 @@ jobs:
nix_path: nixpkgs=channel:nixos-unstable
- name: "Build host"
run: |
nixos-rebuild build --flake ".#${{ matrix.hostname }}"
nix build ".#nixosConfigurations.${{ matrix.hostname }}.config.system.build.toplevel"