ci: disable detsys telemetry, use our binary cache URL as upstream
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
ce4517269b
commit
cad1d34611
|
@ -73,6 +73,9 @@ jobs:
|
||||||
|
|
||||||
- name: Configure Magic Nix Cache
|
- name: Configure Magic Nix Cache
|
||||||
uses: DeterminateSystems/magic-nix-cache-action@main
|
uses: DeterminateSystems/magic-nix-cache-action@main
|
||||||
|
with:
|
||||||
|
diagnostic-endpoint: ""
|
||||||
|
upstream-cache: "https://attic.kennel.juneis.dog"
|
||||||
|
|
||||||
- name: Apply Nix binary cache configuration
|
- name: Apply Nix binary cache configuration
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -73,6 +73,9 @@ jobs:
|
||||||
|
|
||||||
- name: Pop/push Magic Nix Cache
|
- name: Pop/push Magic Nix Cache
|
||||||
uses: DeterminateSystems/magic-nix-cache-action@main
|
uses: DeterminateSystems/magic-nix-cache-action@main
|
||||||
|
with:
|
||||||
|
diagnostic-endpoint: ""
|
||||||
|
upstream-cache: "https://attic.kennel.juneis.dog"
|
||||||
|
|
||||||
- name: Configure `nix-direnv`
|
- name: Configure `nix-direnv`
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue