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
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:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user