diff --git a/.forgejo/workflows/check.yml b/.forgejo/workflows/check.yml index 100ea3e..2be95d7 100644 --- a/.forgejo/workflows/check.yml +++ b/.forgejo/workflows/check.yml @@ -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: |