From 58868d0867cf99aba3cef389e8b763c2f8a86c02 Mon Sep 17 00:00:00 2001 From: m3tm3re
Date: Sun, 18 Jan 2026 19:44:58 +0100 Subject: [PATCH] fix: remove magic-nix-cache-action causing platform mapping error Removed DeterminateSystems/magic-nix-cache-action to resolve "Cannot convert ArchOs (amd64-linux)" error in Gitea Actions. The action is GitHub-specific and doesn't work with act_runner's platform detection. Workflow will now use default cache.nixos.org substituter. Note: Consider migrating to Attic binary cache for better performance in the future. --- .gitea/workflows/nix-update.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/nix-update.yml b/.gitea/workflows/nix-update.yml index 754a210..516dc4d 100644 --- a/.gitea/workflows/nix-update.yml +++ b/.gitea/workflows/nix-update.yml @@ -67,9 +67,6 @@ jobs: echo "has_flake=false" >> $GITHUB_OUTPUT fi - - name: Setup Nix Binary Cache - uses: DeterminateSystems/magic-nix-cache-action@main - - name: Update Packages id: update run: |