try to use substitutors

This commit is contained in:
Daylin Morgan 2024-01-23 15:50:49 -06:00
parent b05149e46d
commit 3f852c90a6
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 4 additions and 1 deletions

View File

@ -27,7 +27,10 @@ jobs:
name: daylin
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Build
run: nix build '.#nixosConfigurations.${{ matrix.host }}.config.system.build.toplevel'
run: |
nix build \
'.#nixosConfigurations.${{ matrix.host }}.config.system.build.toplevel' \
--accept-flake-config
- name: Push
env:
CACHIX_ACTIVATE_TOKEN: "${{ secrets.CACHIX_ACTIVATE_TOKEN }}"