From 709db7a8971568b8e44d6de6da29bb41b4b2666e Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Mon, 11 May 2026 21:19:40 -0300 Subject: [PATCH] chore: image workflow --- .gitea/workflows/build_nightly.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build_nightly.yaml b/.gitea/workflows/build_nightly.yaml index 0218887..fd39df7 100644 --- a/.gitea/workflows/build_nightly.yaml +++ b/.gitea/workflows/build_nightly.yaml @@ -8,6 +8,8 @@ jobs: build-and-release: name: Build & Release runs-on: nix-latest + container: + image: nixos/nix:2.32.8 steps: - name: Checkout uses: https://gitea.com/actions/checkout@v4