cachix: use the fancyful branch
Use the post-build hooks to upload to the cache at the end
This commit is contained in:
parent
edf54f7fb2
commit
4f6e76e4be
2 changed files with 1 additions and 17 deletions
.github/workflows
4
.github/workflows/nix.yml
vendored
4
.github/workflows/nix.yml
vendored
|
@ -7,10 +7,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cachix/install-nix-action@v8
|
||||
- uses: cachix/cachix-action@v5
|
||||
- uses: numtide/cachix-action@only-cache
|
||||
with:
|
||||
name: nix-community
|
||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||
# Only needed for private caches
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- run: ./deploy --build-only
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue