Disable magic-nix-cache-action-priv for now

This commit is contained in:
Eelco Dolstra 2024-01-09 12:24:19 +01:00
parent 345fd479ed
commit 894b558a74

View file

@ -71,7 +71,7 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action-priv@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build package
run: "nix build .# -L --fallback && nix-store --export $(nix-store -qR ./result) | xz -9 > magic-nix-cache.closure.xz"