Skip to content

Commit

Permalink
feat: Cache Nix derivations
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 committed Sep 30, 2021
1 parent b0d55f0 commit de37e99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4
- uses: cachix/install-nix-action@v13
- uses: cachix/cachix-action@v10
with:
name: linz
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix-shell --pure --run true

0 comments on commit de37e99

Please sign in to comment.