Skip to content

Commit f50bb4e

Browse files
flake.lock: Update (#4038)
* flake.lock: Update Flake lock file updates: • Updated input 'flake-utils': 'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24) → 'github:numtide/flake-utils/7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249' (2022-07-04) • Updated input 'gitignore': 'github:hercules-ci/gitignore.nix/bff2832ec341cf30acb3a4d3e2e7f1f7b590116a' (2022-03-05) → 'github:hercules-ci/gitignore.nix/f2ea0f8ff1bce948ccb6b893d15d5ea3efaf1364' (2022-07-21) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/6141b8932a5cf376fe18fcd368cecd9ad946cb68' (2022-06-23) → 'github:NixOS/nixpkgs/2d372784634e224c5a629d80a19705af655fbc7d' (2022-07-22) • Updated input 'pre-commit-hooks': 'github:cachix/pre-commit-hooks.nix/db3bd555d3a3ceab208bed48f983ccaa6a71a25e' (2022-06-25) → 'github:cachix/pre-commit-hooks.nix/f436e6dbc10bb3500775785072a40eefe057b18e' (2022-07-23) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/59a3a304c987dc65d2a33de0a77a1ae6ae777cd4' (2022-06-25) → 'github:oxalica/rust-overlay/4bd340885e39e0625fc6dda8a5a9d13c921ebb96' (2022-07-23) * Switch from vit to iog binary cache Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Rok Garbas <[email protected]>
1 parent 20060fa commit f50bb4e

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

.github/actions/nix-common-setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ runs:
1414

1515
- uses: cachix/cachix-action@v10
1616
with:
17-
name: vit
17+
name: iog
1818
authToken: '${{ inputs.CACHIX_AUTH_TOKEN }}'

flake.lock

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
nixConfig.extra-substituters = [
3-
"https://vit.cachix.org"
3+
"https://iog.cachix.org"
44
"https://hydra.iohk.io"
55
];
66
nixConfig.extra-trusted-public-keys = [
7-
"vit.cachix.org-1:tuLYwbnzbxLzQHHN0fvZI2EMpVm/+R7AKUGqukc6eh8="
7+
"iog.cachix.org-1:nYO0M9xTk/s5t1Bs9asZ/Sww/1Kt/hRhkLP0Hhv/ctY="
88
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
99
];
1010

0 commit comments

Comments
 (0)