Skip to content

Commit 8f18e89

Browse files
Use iog's cache and switch to install-nix-action
1 parent 3c26e3b commit 8f18e89

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/nix-integration-test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.1.1
17-
- uses: DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196 # v20
17+
- uses: cachix/install-nix-action@4e002c8ec80594ecd40e759629461e26c8abed15 # v31.9.0
18+
with:
19+
extra_nix_config: |
20+
extra-trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
21+
extra-substituters = https://cache.iog.io
1822
- run: nix flake check

0 commit comments

Comments
 (0)