Skip to content

Commit

Permalink
Switch from vit to iog binary cache
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Aug 8, 2022
1 parent c726d92 commit fdc807b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/nix-common-setup/action.yml
Expand Up @@ -14,5 +14,5 @@ runs:

- uses: cachix/cachix-action@v10
with:
name: vit
name: iog
authToken: '${{ inputs.CACHIX_AUTH_TOKEN }}'
4 changes: 2 additions & 2 deletions flake.nix
Expand Up @@ -2,11 +2,11 @@
description = "Incubator for catalyst related testing projects";

nixConfig.extra-substituters = [
"https://vit.cachix.org"
"https://iog.cachix.org"
"https://hydra.iohk.io"
];
nixConfig.extra-trusted-public-keys = [
"vit.cachix.org-1:tuLYwbnzbxLzQHHN0fvZI2EMpVm/+R7AKUGqukc6eh8="
"iog.cachix.org-1:nYO0M9xTk/s5t1Bs9asZ/Sww/1Kt/hRhkLP0Hhv/ctY="
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
];

Expand Down

0 comments on commit fdc807b

Please sign in to comment.