Skip to content

Commit

Permalink
CI/GH: Clean up Nix caches
Browse files Browse the repository at this point in the history
* Remove defunct https://hydra.iohk.io cache
* Remove duplicate hydra.iohk.io cache key

* NB: The cache key for cache.iog.io is the same as for hydra.iohk.io
  • Loading branch information
runeksvendsen committed Sep 4, 2023
1 parent b8d19cb commit ed2889d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
with:
install_url: https://releases.nixos.org/nix/nix-2.13.3/install
extra_nix_config: |
substituters = https://cache.nixos.org https://hydra.iohk.io https://cache.iog.io
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
substituters = https://cache.nixos.org https://cache.iog.io
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
system-features = benchmark big-parallel kvm nixos-test
- uses: cachix/cachix-action@v12
Expand Down

0 comments on commit ed2889d

Please sign in to comment.