ci: update nix-quick-install-action, cache-nix-action, cachix-action #150
|
@ -27,17 +27,16 @@ jobs:
|
||||||
uses: https://github.com/nix-community/cache-nix-action@v5
|
uses: https://github.com/nix-community/cache-nix-action@v5
|
||||||
id: nix-store-cache
|
id: nix-store-cache
|
||||||
with:
|
with:
|
||||||
key: cache-${{ runner.os }}-nix-store-${{ steps.flake-lock-hash.outputs.hash }}
|
primary-key: cache-${{ runner.os }}-nix-store-${{ steps.flake-lock-hash.outputs.hash }}
|
||||||
restore-keys: |
|
restore-prefixes-first-match: |
|
||||||
cache-${{ runner.os }}-nix-store-
|
cache-${{ runner.os }}-nix-store-
|
||||||
|
|
||||||
gc-linux: true
|
gc-linux: true
|
||||||
gc-max-store-size-linux: 10000000000
|
gc-max-store-size-linux: 10000000000
|
||||||
|
|
||||||
purge-caches: true
|
purge: true
|
||||||
purge-keys: cache-${{ runner.os }}-nix-store-
|
purge-prefixes: cache-${{ runner.os }}-nix-store-
|
||||||
purge-created: true
|
purge-created: 42
|
||||||
purge-created-max-age: 42
|
|
||||||
|
|
||||||
- name: Prepare cachix
|
- name: Prepare cachix
|
||||||
uses: https://github.com/cachix/cachix-action@v14
|
uses: https://github.com/cachix/cachix-action@v14
|
||||||
|
|
Loading…
Reference in a new issue