watch-exec?

This commit is contained in:
Daylin Morgan 2024-01-23 17:12:24 -06:00
parent 6fc310fee6
commit 2f8408fc08
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 2 additions and 2 deletions

View File

@ -32,11 +32,11 @@ jobs:
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Build
run: |
cachix watch-store daylin
cachix watch-exec daylin -- \
nix build \
'.#nixosConfigurations.${{ matrix.host }}.config.system.build.toplevel' \
--accept-flake-config \
--print-build-log
--print-build-logs
- name: Push
env:
CACHIX_ACTIVATE_TOKEN: "${{ secrets.CACHIX_ACTIVATE_TOKEN }}"