From ee576c3207607a5b6a350b4eb3058da38737bda3 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Wed, 1 Oct 2025 13:45:16 +0200 Subject: [PATCH] workflow: next try with devenv container --- .gitea/workflows/docker.yaml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/docker.yaml b/.gitea/workflows/docker.yaml index bb6f587..621a5c5 100644 --- a/.gitea/workflows/docker.yaml +++ b/.gitea/workflows/docker.yaml @@ -7,18 +7,19 @@ on: jobs: build-docker: - runs-on: nixos + runs-on: ubuntu-latest + container: ghcr.io/cachix/devenv/devenv:latest steps: - name: Checkout repository uses: actions/checkout@v3 - - name: Install nix - uses: cachix/install-nix-action@v31 - - name: Setup cachix cache for devenv - uses: cachix/cachix-action@v16 - with: - name: devenv - - name: Install devenv.sh - run: nix profile install nixpkgs#devenv + # - name: Install nix + # uses: cachix/install-nix-action@v31 + # - name: Setup cachix cache for devenv + # uses: cachix/cachix-action@v16 + # with: + # name: devenv + # - name: Install devenv.sh + # run: nix profile install nixpkgs#devenv - name: Build the devenv shell and run any pre-commit hooks run: devenv test