From 7720764336cbf6898553fc1439376f2ad43044c8 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 27 Jun 2026 16:20:07 +0200 Subject: [PATCH] Switched to a nix container, speeding up builds, next, setup cache mf --- .gitea/workflows/nix.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/nix.yaml b/.gitea/workflows/nix.yaml index 17db6b4..e2fbabc 100644 --- a/.gitea/workflows/nix.yaml +++ b/.gitea/workflows/nix.yaml @@ -10,13 +10,11 @@ on: jobs: build: - env: - RUNNER_TOOL_CACHE: /toolcache - runs-on: ubuntu-latest + runs-on: flake-actions steps: - - name: Install nix - uses: DeterminateSystems/nix-installer-action@main + #- name: Install nix + # uses: DeterminateSystems/nix-installer-action@main - name: Checkout uses: actions/checkout@v4