From 6f800cd8ef36d0f7e99183fadd6d2040d8e1653c Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Thu, 16 Nov 2023 23:50:17 +0000 Subject: [PATCH] Overwrite runner arch for magic Nix cache --- .gitea/workflows/ci.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 4b5e566..2f35701 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -11,7 +11,19 @@ jobs: steps: - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v23 + with: + # Gitea will supply a token in GITHUB_TOKEN, which this action will + # try to pass to Nix when downloading from GitHub + github_access_token: ${{ secrets.GH_PULL_TOKEN }} + extra_nix_config: | + # Make sure we're using sandbox + sandbox-fallback = false + - name: Fix Nix path + run: ln -s $(which nix) /usr/local/bin/nix - uses: DeterminateSystems/magic-nix-cache-action@main + env: + # Arch is amd64 in Gitea actions, this forms the download path for the cache + RUNNER_ARCH: X64 - name: Write agenix secrets key to file env: