Revert "feat: Add nix build option for github ci"

This reverts commit 02b5da7c5f.
This commit is contained in:
ulic-youthlic 2025-11-08 03:53:33 +08:00
parent f6b325d3d5
commit 8fd58722da
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 -L .#nixosConfigurations.${{ matrix.hostname }}.config.system.build.toplevel - run: nix build .#nixosConfigurations.${{ matrix.hostname }}.config.system.build.toplevel
- run: nix run nixpkgs#toybox -- echo OK - run: nix run nixpkgs#toybox -- echo OK