Skip to content

Commit

Permalink
add hydra.iohk.io binary cache
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Sep 22, 2022
1 parent 324f853 commit 93daa65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/nix-common-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ runs:
uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
extra_nix_config: |
accept-flake-config = true
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.nixos.org/
- uses: cachix/cachix-action@v10
with:
Expand Down

0 comments on commit 93daa65

Please sign in to comment.