From cad1d34611442c9f6e1c5dec5b4ca66085e4b1c3 Mon Sep 17 00:00:00 2001 From: strawberry Date: Sat, 15 Jun 2024 17:11:25 -0400 Subject: [PATCH] ci: disable detsys telemetry, use our binary cache URL as upstream Signed-off-by: strawberry --- .github/workflows/ci.yml | 3 +++ .github/workflows/documentation.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed4547db..d1da9211 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: | diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 1759ab32..4dbd34d3 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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: |