mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
try to push all the paths
This commit is contained in:
parent
b66c5af706
commit
6fc310fee6
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -32,9 +32,11 @@ jobs:
|
|||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||
- name: Build
|
||||
run: |
|
||||
cachix watch-store daylin
|
||||
nix build \
|
||||
'.#nixosConfigurations.${{ matrix.host }}.config.system.build.toplevel' \
|
||||
--accept-flake-config
|
||||
--accept-flake-config \
|
||||
--print-build-log
|
||||
- name: Push
|
||||
env:
|
||||
CACHIX_ACTIVATE_TOKEN: "${{ secrets.CACHIX_ACTIVATE_TOKEN }}"
|
||||
|
|
Loading…
Reference in a new issue