feat: Add nix build option for github ci
This commit is contained in:
parent
9c59296b24
commit
02b5da7c5f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -25,5 +25,5 @@ jobs:
|
|||
with:
|
||||
name: youthlic
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue