fix: remove magic-nix-cache-action causing platform mapping error
Some checks failed
Update Nix Packages with nix-update / nix-update (push) Failing after 8s

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.
This commit is contained in:
m3tm3re
2026-01-18 19:44:58 +01:00
parent 286fa08b70
commit 58868d0867

View File

@@ -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: |