don't try to use flakehub caching

This commit is contained in:
Tyler Mayoff 2025-07-05 00:45:05 -04:00
parent 8f178674d4
commit 077217348e

View file

@ -28,6 +28,8 @@ jobs:
with: with:
extra-conf: "lazy-trees = true" extra-conf: "lazy-trees = true"
- uses: DeterminateSystems/magic-nix-cache-action@main - uses: DeterminateSystems/magic-nix-cache-action@main
with:
use-flakehub: false
- name: Maximize build space - name: Maximize build space
if: runner.os == 'Linux' if: runner.os == 'Linux'