From dae41e06e8030e7b77414901055e4635cc99119f Mon Sep 17 00:00:00 2001 From: Sergei Zimmerman Date: Fri, 23 Jan 2026 02:02:10 +0300 Subject: [PATCH] ci: Drop magic-nix-cache We are now seeing. I guess we are out with the cache. When the API responds with 418 (I'm a teapot) it seems like the only reasonable solution is to oblige. error: unable to download 'http://127.0.0.1:37515/7ms9f25xyxavf32pvdc3vb28nzzmkbn3.narinfo': HTTP error 418 response body: GitHub API error: GitHub Actions Cache throttled Magic Nix Cache. Not trying to use it again on this run. --- .github/actions/install-nix-action/action.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/actions/install-nix-action/action.yaml b/.github/actions/install-nix-action/action.yaml index 3e6d25378..535ae9d08 100644 --- a/.github/actions/install-nix-action/action.yaml +++ b/.github/actions/install-nix-action/action.yaml @@ -24,8 +24,8 @@ inputs: description: "Github token" required: true use_cache: - description: "Whether to setup magic-nix-cache" - default: true + description: "Whether to setup github actions cache (not implemented currently)" + default: false required: false runs: using: "composite" @@ -122,10 +122,3 @@ runs: source-url: ${{ inputs.experimental-installer-version != 'latest' && 'https://artifacts.nixos.org/experimental-installer/tag/${{ inputs.experimental-installer-version }}/${{ env.EXPERIMENTAL_INSTALLER_ARTIFACT }}' || '' }} nix-package-url: ${{ inputs.dogfood == 'true' && steps.download-nix-installer.outputs.tarball-path || (inputs.tarball_url || '') }} extra-conf: ${{ inputs.extra_nix_config }} - - uses: DeterminateSystems/magic-nix-cache-action@565684385bcd71bad329742eefe8d12f2e765b39 # v13 - if: ${{ inputs.use_cache == 'true' }} - with: - diagnostic-endpoint: '' - use-flakehub: false - use-gha-cache: true - source-revision: 93bcd50961a03a468b29fac9d96b7efd037cb507 # main