mirror of
https://github.com/haskell/hackage-server.git
synced 2024-11-24 14:52:16 +03:00
Merge pull request #1328 from peterbecich/remove-unneeded-resolver
remove unnecessary Nix cache
This commit is contained in:
commit
73cf952c51
4
.github/workflows/nix-flake.yml
vendored
4
.github/workflows/nix-flake.yml
vendored
@ -21,8 +21,8 @@ jobs:
|
||||
- uses: cachix/install-nix-action@V27
|
||||
with:
|
||||
extra_nix_config: |
|
||||
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=
|
||||
substituters = https://hydra.iohk.io https://cache.nixos.org/ https://hackage-server.cachix.org/
|
||||
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hackage-server.cachix.org-1:iw0iRh6+gsFIrxROFaAt5gKNgIHejKjIfyRdbpPYevY=
|
||||
substituters = https://cache.nixos.org/ https://hackage-server.cachix.org/
|
||||
- uses: cachix/cachix-action@v15
|
||||
with:
|
||||
# https://nix.dev/tutorials/continuous-integration-github-actions#setting-up-github-actions
|
||||
|
Loading…
Reference in New Issue
Block a user