From ec5a4ee04631bf7e1676f5bb605084c7a4e29ac4 Mon Sep 17 00:00:00 2001 From: Karol Broda <122811026+karol-broda@users.noreply.github.com> Date: Wed, 24 Dec 2025 10:30:10 +0100 Subject: [PATCH] ci: update magic-nix-cache-action to flakehub-cache-action (#10) --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7b2fa30..43ebf83 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,7 +46,10 @@ jobs: - uses: DeterminateSystems/nix-installer-action@v17 - - uses: DeterminateSystems/magic-nix-cache-action@v9 + - uses: nix-community/cache-nix-action@v6 + with: + primary-key: nix-${{ runner.os }}-${{ hashFiles('flake.lock') }} + restore-prefixes-first-match: nix-${{ runner.os }}- - name: nix flake check run: nix flake check