From 4d4c43f8545f3a44f67d4994751f8730783c8f55 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Fri, 13 Mar 2026 23:14:05 +0100 Subject: [PATCH] feat: use system cache --- .forgejo/workflows/cache.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.forgejo/workflows/cache.yaml b/.forgejo/workflows/cache.yaml index 0eb90eb..20c1e96 100644 --- a/.forgejo/workflows/cache.yaml +++ b/.forgejo/workflows/cache.yaml @@ -8,6 +8,11 @@ jobs: uses: actions/checkout@v5 - name: Install nix uses: https://github.com/cachix/install-nix-action@v31 + - name: Setup system cache + uses: actions/cache@v3 + with: + path: /nix/store + key: nix-cache - name: Setup Attic cache uses: https://github.com/ryanccn/attic-action@v0 with: