This commit is contained in:
parent
2ff806e7c6
commit
98a5117ab9
|
@ -9,10 +9,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
name: Checkout
|
name: Checkout
|
||||||
- name: Set up Cachix
|
|
||||||
run: |
|
|
||||||
nix-env -iA nixpkgs.cachix nixpkgs.bash
|
|
||||||
cachix use $CACHIX_NAME
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cachix watch-exec $CACHIX_NAME nix build
|
nix develop --command bash --command 'cachix use $CACHIX_NAME && cachix watch-exec $CACHIX_NAME nix build'
|
||||||
|
|
Loading…
Reference in a new issue