From ed2889d21b4126814eef76f8fb4f02e133d16afd Mon Sep 17 00:00:00 2001 From: "Rune K. Svendsen" Date: Mon, 4 Sep 2023 10:28:49 +0200 Subject: [PATCH] CI/GH: Clean up Nix caches * 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 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 51d6c3d..a5715c9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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