We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75eeeb9 commit c7884ccCopy full SHA for c7884cc
1 file changed
.github/workflows/haskell.yml
@@ -15,6 +15,9 @@ jobs:
15
- uses: cachix/install-nix-action@v30
16
with:
17
github_access_token: ${{ secrets.GITHUB_TOKEN }}
18
+ extra_nix_config: |
19
+ extra-substituters = https://cache.iog.io
20
+ extra-trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
21
- uses: cachix/cachix-action@v15
22
23
name: georgefst
0 commit comments