This commit is contained in:
parent
438357d679
commit
3ddb75e8ed
|
@ -11,4 +11,5 @@ jobs:
|
||||||
name: Checkout
|
name: Checkout
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
export CACHIX_AUTH_TOKEN=${{secrets.CACHIX_AUTH_TOKEN}}
|
||||||
nix develop --command bash -c 'cachix use $CACHIX_NAME && cachix watch-exec $CACHIX_NAME nix build'
|
nix develop --command bash -c 'cachix use $CACHIX_NAME && cachix watch-exec $CACHIX_NAME nix build'
|
||||||
|
|
Loading…
Reference in a new issue