diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index 94f0e0a..f95b706 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -15,6 +15,11 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + + - uses: actions/cache@v4 + with: + path: /nix/store + key: nix-${{ hashFiles('./build/flake.lock') }} - uses: DeterminateSystems/determinate-nix-action@v3