From 92f87e3b200e32617e468154df5c143ebb313844 Mon Sep 17 00:00:00 2001 From: Andrei Dziahel Date: Mon, 30 Oct 2023 17:10:31 +0100 Subject: [PATCH] ci: mnc try empty upstream cache --- .github/actions/setup-nix/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-nix/action.yaml b/.github/actions/setup-nix/action.yaml index 213ef28864..491f85cfd0 100644 --- a/.github/actions/setup-nix/action.yaml +++ b/.github/actions/setup-nix/action.yaml @@ -20,7 +20,7 @@ runs: authToken: ${{ inputs.authToken }} - uses: DeterminateSystems/magic-nix-cache-action@main with: - upstream-cache: "https://postgrest.cachix.org" + upstream-cache: "https://nop.cachix.org" # proper but empty cache - if: ${{ inputs.tools }} run: nix-env -f default.nix -iA ${{ inputs.tools }} shell: bash