diff --git a/.gitea/workflows/update-flake-lock.yml b/.gitea/workflows/update-flake-lock.yml index 67428d30..7c176f63 100644 --- a/.gitea/workflows/update-flake-lock.yml +++ b/.gitea/workflows/update-flake-lock.yml @@ -13,6 +13,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - name: Install dependencies for Nix setup action + run: | + apt update -y + apt install sudo -y - name: Install Nix uses: cachix/install-nix-action@v30 - name: Update flake.lock