test
Some checks failed
/ perform flake analysis (push) Successful in 33s
/ build hive configuration (push) Has been cancelled

This commit is contained in:
Awen Lelu 2025-11-14 23:40:13 +01:00
parent aba86af5ab
commit f70bf83431

View File

@ -16,7 +16,7 @@ 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 }}-${{ hashFiles('**/*.nix', '**/flake.lock') }}
primary-key: nix-${{ runner.os }}-colmena
# if there's no cache hit, restore a cache by this prefix
restore-prefixes-first-match: nix-${{ runner.os }}-
# collect garbage until the Nix store size (in bytes) is at most this number