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