mirror of
https://github.com/vale981/hopsflow
synced 2025-03-04 16:31:38 -05:00
add cachix
This commit is contained in:
parent
24e09e722b
commit
12163f7be2
1 changed files with 4 additions and 3 deletions
7
.github/workflows/default.yml
vendored
7
.github/workflows/default.yml
vendored
|
@ -11,10 +11,11 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: actions/cache@v2
|
||||
- uses: cachix/cachix-action@v10
|
||||
with:
|
||||
path: /nix/
|
||||
name: hops
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
extraPullNames: nix-community
|
||||
|
||||
- uses: cachix/install-nix-action@v15
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue