Skip to content

Commit ec1c968

Browse files
authored
Merge pull request #199 from obeli-sk/migrate-garnix-to-cachix
ci: Migrate garnix cache to cachix
2 parents 7f53c88 + 9ce0509 commit ec1c968

8 files changed

Lines changed: 20 additions & 20 deletions

.github/workflows/check-test-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
with:
3636
github_access_token: ${{ secrets.GITHUB_TOKEN }}
3737
nix_conf: |
38-
extra-substituters = https://cache.garnix.io
39-
extra-trusted-public-keys = cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g
38+
extra-substituters = https://obeli-sk.cachix.org
39+
extra-trusted-public-keys = obeli-sk.cachix.org-1:31iM9GWSEhAXvvuTWQ7CvAcwvgRzsuJ9yJghywSd3Jw=
4040
- name: Populate the nix store
4141
run: |
4242
nix develop --command echo

.github/workflows/check-test-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
with:
3636
github_access_token: ${{ secrets.GITHUB_TOKEN }}
3737
nix_conf: |
38-
extra-substituters = https://cache.garnix.io
39-
extra-trusted-public-keys = cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g
38+
extra-substituters = https://obeli-sk.cachix.org
39+
extra-trusted-public-keys = obeli-sk.cachix.org-1:31iM9GWSEhAXvvuTWQ7CvAcwvgRzsuJ9yJghywSd3Jw=
4040
- name: Populate the nix store
4141
run: |
4242
nix develop --command echo

.github/workflows/check-test-unit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
with:
3636
github_access_token: ${{ secrets.GITHUB_TOKEN }}
3737
nix_conf: |
38-
extra-substituters = https://cache.garnix.io
39-
extra-trusted-public-keys = cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g
38+
extra-substituters = https://obeli-sk.cachix.org
39+
extra-trusted-public-keys = obeli-sk.cachix.org-1:31iM9GWSEhAXvvuTWQ7CvAcwvgRzsuJ9yJghywSd3Jw=
4040
- name: Populate the nix store
4141
run: |
4242
nix develop --command echo

.github/workflows/check-verify-go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
with:
3636
github_access_token: ${{ secrets.GITHUB_TOKEN }}
3737
nix_conf: |
38-
extra-substituters = https://cache.garnix.io
39-
extra-trusted-public-keys = cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g
38+
extra-substituters = https://obeli-sk.cachix.org
39+
extra-trusted-public-keys = obeli-sk.cachix.org-1:31iM9GWSEhAXvvuTWQ7CvAcwvgRzsuJ9yJghywSd3Jw=
4040
- name: Populate the nix store
4141
run: |
4242
nix develop --command echo

.github/workflows/check-verify-javascript.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
with:
3636
github_access_token: ${{ secrets.GITHUB_TOKEN }}
3737
nix_conf: |
38-
extra-substituters = https://cache.garnix.io
39-
extra-trusted-public-keys = cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g
38+
extra-substituters = https://obeli-sk.cachix.org
39+
extra-trusted-public-keys = obeli-sk.cachix.org-1:31iM9GWSEhAXvvuTWQ7CvAcwvgRzsuJ9yJghywSd3Jw=
4040
- name: Populate the nix store
4141
run: |
4242
nix develop --command echo

.github/workflows/check.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
with:
3333
github_access_token: ${{ secrets.GITHUB_TOKEN }}
3434
nix_conf: |
35-
extra-substituters = https://cache.garnix.io
36-
extra-trusted-public-keys = cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g
35+
extra-substituters = https://obeli-sk.cachix.org
36+
extra-trusted-public-keys = obeli-sk.cachix.org-1:31iM9GWSEhAXvvuTWQ7CvAcwvgRzsuJ9yJghywSd3Jw=
3737
- name: Populate the nix store
3838
run: |
3939
nix develop --command echo
@@ -50,8 +50,8 @@ jobs:
5050
with:
5151
github_access_token: ${{ secrets.GITHUB_TOKEN }}
5252
nix_conf: |
53-
extra-substituters = https://cache.garnix.io
54-
extra-trusted-public-keys = cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g
53+
extra-substituters = https://obeli-sk.cachix.org
54+
extra-trusted-public-keys = obeli-sk.cachix.org-1:31iM9GWSEhAXvvuTWQ7CvAcwvgRzsuJ9yJghywSd3Jw=
5555
- name: Populate the nix store
5656
run: |
5757
nix develop --command echo
@@ -78,8 +78,8 @@ jobs:
7878
with:
7979
github_access_token: ${{ secrets.GITHUB_TOKEN }}
8080
nix_conf: |
81-
extra-substituters = https://cache.garnix.io
82-
extra-trusted-public-keys = cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g
81+
extra-substituters = https://obeli-sk.cachix.org
82+
extra-trusted-public-keys = obeli-sk.cachix.org-1:31iM9GWSEhAXvvuTWQ7CvAcwvgRzsuJ9yJghywSd3Jw=
8383
- name: Populate the nix store
8484
run: |
8585
nix develop --command echo

.github/workflows/push-components.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
with:
3333
github_access_token: ${{ secrets.GITHUB_TOKEN }}
3434
nix_conf: |
35-
extra-substituters = https://cache.garnix.io
36-
extra-trusted-public-keys = cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g
35+
extra-substituters = https://obeli-sk.cachix.org
36+
extra-trusted-public-keys = obeli-sk.cachix.org-1:31iM9GWSEhAXvvuTWQ7CvAcwvgRzsuJ9yJghywSd3Jw=
3737
- name: Populate the nix store
3838
run: |
3939
nix develop --command echo

.github/workflows/sync-flake-lock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
with:
3131
github_access_token: ${{ secrets.GITHUB_TOKEN }}
3232
nix_conf: |
33-
extra-substituters = https://cache.garnix.io
34-
extra-trusted-public-keys = cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g
33+
extra-substituters = https://obeli-sk.cachix.org
34+
extra-trusted-public-keys = obeli-sk.cachix.org-1:31iM9GWSEhAXvvuTWQ7CvAcwvgRzsuJ9yJghywSd3Jw=
3535
- name: Populate the nix store
3636
run: |
3737
nix develop --command echo

0 commit comments

Comments
 (0)