wip: hashFiles is a GH actions funtion
All checks were successful
Flake checks / Check (pull_request) Successful in 8m5s

This commit is contained in:
teutat3s 2023-12-11 19:49:45 +01:00
parent 08af708a76
commit dc950eb56f
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -20,7 +20,7 @@ jobs:
- name: Restore and cache Nix store
uses: https://github.com/nix-community/cache-nix-action@v4
with:
key: cache-x86_64-linux-${{ hashFiles('**/*.nix') }}
key: cache-x86_64-linux-nix-store
restore-keys: |
cache-x86_64-linux-