Skip to content

Commit 93daa65

Browse files
committed
add hydra.iohk.io binary cache
1 parent 324f853 commit 93daa65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/nix-common-setup/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ runs:
1111
uses: cachix/install-nix-action@v16
1212
with:
1313
nix_path: nixpkgs=channel:nixpkgs-unstable
14+
extra_nix_config: |
15+
accept-flake-config = true
16+
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
17+
substituters = https://hydra.iohk.io https://cache.nixos.org/
1418
1519
- uses: cachix/cachix-action@v10
1620
with:

0 commit comments

Comments
 (0)