Skip to content

Commit

Permalink
ci: use the same caching tool as PHD, to get a better feel for it
Browse files Browse the repository at this point in the history
  • Loading branch information
r-k-b committed Jul 27, 2024
1 parent 9fb499f commit 667d124
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ jobs:
- uses: cachix/install-nix-action@V27
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v15
with:
name: r-k-b
# If you chose signing key for write access
#signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
# If you chose API tokens for write access OR if you have a private cache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
# - uses: cachix/cachix-action@v15
# with:
# name: r-k-b
# # If you chose signing key for write access
# #signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
# # If you chose API tokens for write access OR if you have a private cache
# authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: DeterminateSystems/magic-nix-cache-action@v7
- name: Keep the Flake up-to-date and healthy
uses: DeterminateSystems/flake-checker-action@v8
with:
Expand Down

0 comments on commit 667d124

Please sign in to comment.