We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c26e3b commit 8f18e89Copy full SHA for 8f18e89
1 file changed
.github/workflows/nix-integration-test.yml
@@ -14,5 +14,9 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.1.1
17
- - uses: DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196 # v20
+ - 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
22
- run: nix flake check
0 commit comments