test
All checks were successful
/ perform flake analysis (push) Successful in 33s
/ build hive configuration (push) Successful in 8m1s

This commit is contained in:
Awen Lelu 2025-11-14 21:22:17 +01:00
parent a54da84a37
commit 3b2cce8421

View File

@ -16,12 +16,11 @@ jobs:
uses: http://github.com/nix-community/cache-nix-action@v6
with:
# restore and save a cache using this key
primary-key: nix-${{ runner.os }}
primary-key: nix-${{ runner.os }}-
# if there's no cache hit, restore a cache by this prefix
restore-prefixes-first-match: nix-${{ runner.os }}
gc-max-store-size-linux: 1G
restore-prefixes-first-match: nix-${{ runner.os }}-
purge: true
purge-prefixes: nix-${{ runner.os }}
purge-prefixes: nix-${{ runner.os }}-
purge-created: 60000
purge-primary-key: never
- uses: actions/checkout@v4