feat: Add nix build option for github ci
Some checks are pending
Test Cachix / tests (Akun) (push) Waiting to run
Test Cachix / tests (Cape) (push) Waiting to run
Test Cachix / tests (Tytonidae) (push) Waiting to run

This commit is contained in:
ulic-youthlic 2025-11-08 01:49:48 +08:00
parent 9c59296b24
commit 02b5da7c5f
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -25,5 +25,5 @@ jobs:
with: with:
name: youthlic name: youthlic
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- run: nix build .#nixosConfigurations.${{ matrix.hostname }}.config.system.build.toplevel - run: nix build -L .#nixosConfigurations.${{ matrix.hostname }}.config.system.build.toplevel
- run: nix run nixpkgs#toybox -- echo OK - run: nix run nixpkgs#toybox -- echo OK