wip: test hashed ci
All checks were successful
Flake checks / Check (pull_request) Successful in 16m19s

This commit is contained in:
teutat3s 2023-12-12 09:26:18 +01:00
parent 14bef5846e
commit b919ffe103
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -25,7 +25,6 @@ jobs:
echo "hash=$(md5sum flake.lock)" >> $GITHUB_OUTPUT
- name: Restore and cache Nix store
uses: https://github.com/nix-community/cache-nix-action@v4
id: nix-store-cache # use this to check for `cache-hit` (`steps.nix-store-cache.outputs.cache-hit != 'true'`)
with:
key: cache-x86_64-linux-nix-store-${{ steps.flake-lock-hash.outputs.hash }}
restore-keys: |