From 4eef8fbb9714e582669d364332ee1e114199bf9f Mon Sep 17 00:00:00 2001 From: neoapps-dev Date: Fri, 27 Mar 2026 22:10:23 +0100 Subject: [PATCH] imma give up on nix if this fails Signed-off-by: neoapps-dev --- .gitea/workflows/nightly.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/nightly.yml b/.gitea/workflows/nightly.yml index 543b6000..6e12bb82 100644 --- a/.gitea/workflows/nightly.yml +++ b/.gitea/workflows/nightly.yml @@ -32,11 +32,7 @@ jobs: - name: Cache Nix store uses: https://code.forgejo.org/actions/cache@v4 with: - path: | - ~/.cache/nix - /nix/store - /nix/var/nix/db - /nix/var/nix/gcroots + path: ~/.cache/nix key: nix-${{ runner.os }}-${{ hashFiles('flake.lock') }} restore-keys: | nix-${{ runner.os }}-