Skip to content

Commit

Permalink
ci: Update nix config in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie committed Jul 22, 2023
1 parent e422d78 commit bd968cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
extra_nix_config: |
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
substituters = https://hydra.iohk.io https://cache.iog.io https://cache.nixos.org/
trusted-public-keys = sgillespie.cachix.org-1:Zgif/WHW2IzHqbMb1z56cMmV5tLAA+zW9d5iB5w/VU4= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
substituters = https://sgillespie.cachix.org https://cache.iog.io
experimental-features = nix-command flakes
allow-import-from-derivation = true
accept-flake-config = true
Expand Down

0 comments on commit bd968cc

Please sign in to comment.