Skip to content

Commit

Permalink
feat(build): Add cachix
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie committed Jun 3, 2023
1 parent 23d8982 commit d00ac2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ jobs:
extra_nix_config: |
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
substituters = https://hydra.iohk.io https://cache.iog.io https://cache.nixos.org/
- uses: cachix/cachix-action@vXX
with:
name: sgillespie
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build

0 comments on commit d00ac2d

Please sign in to comment.