diff --git a/.forgejo/workflows/nix_build.yaml b/.forgejo/workflows/nix_build.yaml index 630f5f7..fccd591 100644 --- a/.forgejo/workflows/nix_build.yaml +++ b/.forgejo/workflows/nix_build.yaml @@ -10,6 +10,8 @@ jobs: runs-on: native steps: - uses: actions/checkout@v4 + with: + clean: true - name: update nix flakes if: ${{ github.event_name == 'schedule' }} # we need to use our ssh key here because we need access to private flakes