Skip to content

Commit

Permalink
replace determinate systems caching with cachix
Browse files Browse the repository at this point in the history
  • Loading branch information
ecarlson94 committed Feb 16, 2024
1 parent 91547e7 commit f8b2ea0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v14
with:
name: ecarlson94
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check --show-trace

0 comments on commit f8b2ea0

Please sign in to comment.