Skip to content

Commit 73cf952

Browse files
authored
Merge pull request #1328 from peterbecich/remove-unneeded-resolver
remove unnecessary Nix cache
2 parents c0735c1 + ef574c0 commit 73cf952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nix-flake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- uses: cachix/install-nix-action@V27
2222
with:
2323
extra_nix_config: |
24-
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hackage-server.cachix.org-1:iw0iRh6+gsFIrxROFaAt5gKNgIHejKjIfyRdbpPYevY=
25-
substituters = https://hydra.iohk.io https://cache.nixos.org/ https://hackage-server.cachix.org/
24+
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hackage-server.cachix.org-1:iw0iRh6+gsFIrxROFaAt5gKNgIHejKjIfyRdbpPYevY=
25+
substituters = https://cache.nixos.org/ https://hackage-server.cachix.org/
2626
- uses: cachix/cachix-action@v15
2727
with:
2828
# https://nix.dev/tutorials/continuous-integration-github-actions#setting-up-github-actions

0 commit comments

Comments
 (0)