We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21f35b commit 5a5b310Copy full SHA for 5a5b310
.github/workflows/nix-shell.yml
@@ -16,4 +16,7 @@ jobs:
16
- uses: cachix/install-nix-action@v16
17
with:
18
nix_path: nixpkgs=channel:nixos-21.11
19
+ extra_nix_config: |
20
+ trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
21
+ substituters = https://hydra.iohk.io https://cache.nixos.org/
22
- run: nix-shell --pure --run "cabal update && cabal build all --enable-tests"
0 commit comments