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
|
||||
uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
with:
|
||||
diagnostic-endpoint: ""
|
||||
upstream-cache: "https://attic.kennel.juneis.dog"
|
||||
|
||||
- name: Apply Nix binary cache configuration
|
||||
run: |
|
||||
|
|
|
@ -73,6 +73,9 @@ jobs:
|
|||
|
||||
- name: Pop/push Magic Nix Cache
|
||||
uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
with:
|
||||
diagnostic-endpoint: ""
|
||||
upstream-cache: "https://attic.kennel.juneis.dog"
|
||||
|
||||
- name: Configure `nix-direnv`
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue