mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
try to use substitutors
This commit is contained in:
parent
b05149e46d
commit
3f852c90a6
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue