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 475a78e commit a23e76f
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
@@ -1,10 +1,10 @@
{
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 a23e76f

Please sign in to comment.