wip: fix hash
All checks were successful
Flake checks / Check (pull_request) Successful in 5m40s

This commit is contained in:
teutat3s 2023-12-12 17:54:51 +01:00
parent b919ffe103
commit 4a9fa26d02
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -22,7 +22,7 @@ jobs:
- name: Calculate flake.lock hash
id: flake-lock-hash
run: |
echo "hash=$(md5sum flake.lock)" >> $GITHUB_OUTPUT
echo "hash=$(md5sum flake.lock | awk '{print $1}')" >> $GITHUB_OUTPUT
- name: Restore and cache Nix store
uses: https://github.com/nix-community/cache-nix-action@v4
with: