Skip to content

Commit f91ff6c

Browse files
authored
Merge pull request #345 from matter-labs/attic
fix: update extra substituter URL in nixConfig
2 parents 8773078 + c369fb7 commit f91ff6c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/nix-non-x86.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
extra_nix_config: |
2222
access-tokens = github.com=${{ github.token }}
2323
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= tee-pot:SS6HcrpG87S1M6HZGPsfo7d1xJccCGev7/tXc5+I4jg=
24-
substituters = https://cache.nixos.org/ https://attic.teepot.org/tee-pot
24+
substituters = https://cache.nixos.org/ https://static.188.92.12.49.clients.your-server.de/tee-pot
2525
sandbox = true
2626
- name: Setup Attic cache
2727
uses: ryanccn/attic-action@v0
2828
with:
29-
endpoint: https://attic.teepot.org/
29+
endpoint: https://static.188.92.12.49.clients.your-server.de/
3030
cache: tee-pot
3131
token: ${{ secrets.ATTIC_TOKEN }}
3232

.github/workflows/nix.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
extra_nix_config: |
2323
access-tokens = github.com=${{ github.token }}
2424
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= tee-pot:SS6HcrpG87S1M6HZGPsfo7d1xJccCGev7/tXc5+I4jg=
25-
substituters = https://cache.nixos.org/ https://attic.teepot.org/tee-pot
25+
substituters = https://cache.nixos.org/ https://static.188.92.12.49.clients.your-server.de/tee-pot
2626
sandbox = true
2727
- name: Setup Attic cache
2828
uses: ryanccn/attic-action@v0
2929
with:
30-
endpoint: https://attic.teepot.org/
30+
endpoint: https://static.188.92.12.49.clients.your-server.de/
3131
cache: tee-pot
3232
token: ${{ secrets.ATTIC_TOKEN }}
3333

@@ -44,12 +44,12 @@ jobs:
4444
extra_nix_config: |
4545
access-tokens = github.com=${{ github.token }}
4646
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= tee-pot:SS6HcrpG87S1M6HZGPsfo7d1xJccCGev7/tXc5+I4jg=
47-
substituters = https://cache.nixos.org/ https://attic.teepot.org/tee-pot
47+
substituters = https://cache.nixos.org/ https://static.188.92.12.49.clients.your-server.de/tee-pot
4848
sandbox = true
4949
- name: Setup Attic cache
5050
uses: ryanccn/attic-action@v0
5151
with:
52-
endpoint: https://attic.teepot.org/
52+
endpoint: https://static.188.92.12.49.clients.your-server.de/
5353
cache: tee-pot
5454
token: ${{ secrets.ATTIC_TOKEN }}
5555

@@ -84,12 +84,12 @@ jobs:
8484
extra_nix_config: |
8585
access-tokens = github.com=${{ github.token }}
8686
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= tee-pot:SS6HcrpG87S1M6HZGPsfo7d1xJccCGev7/tXc5+I4jg=
87-
substituters = https://cache.nixos.org/ https://attic.teepot.org/tee-pot
87+
substituters = https://cache.nixos.org/ https://static.188.92.12.49.clients.your-server.de/tee-pot
8888
sandbox = true
8989
- name: Setup Attic cache
9090
uses: ryanccn/attic-action@v0
9191
with:
92-
endpoint: https://attic.teepot.org/
92+
endpoint: https://static.188.92.12.49.clients.your-server.de/
9393
cache: tee-pot
9494
token: ${{ secrets.ATTIC_TOKEN }}
9595

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "teepot";
33

44
nixConfig = {
5-
extra-substituters = [ "https://attic.teepot.org/tee-pot" ];
5+
extra-substituters = [ "https://static.188.92.12.49.clients.your-server.de/tee-pot" ];
66
extra-trusted-public-keys = [ "tee-pot:SS6HcrpG87S1M6HZGPsfo7d1xJccCGev7/tXc5+I4jg=" ];
77
};
88

0 commit comments

Comments
 (0)