Skip to content

Commit 5a5b310

Browse files
committed
1 parent b21f35b commit 5a5b310

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nix-shell.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ jobs:
1616
- uses: cachix/install-nix-action@v16
1717
with:
1818
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/
1922
- run: nix-shell --pure --run "cabal update && cabal build all --enable-tests"

0 commit comments

Comments
 (0)