No more magic nix cache (14 minutes in post-run???)

This commit is contained in:
Rory&
2025-12-17 06:15:57 +01:00
parent c76ce342d2
commit ffd5cae7b8

View File

@@ -13,7 +13,7 @@ jobs:
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/magic-nix-cache-action@v13
#- uses: DeterminateSystems/magic-nix-cache-action@v13
- run: nix build -L -j auto
- run: nix develop --command echo OK
- run: nix flake check -vL -j auto