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 23, 2023
1 parent e422d78 commit b5c36d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
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/
substituters = https://hydra.iohk.io https://cache.nixos.org/
experimental-features = nix-command flakes
allow-import-from-derivation = true
accept-flake-config = true
Expand Down

0 comments on commit b5c36d0

Please sign in to comment.