ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

autofix: cache ~/.cargo stuff

+9
+9
.github/workflows/autofix.yml
··· 29 29 - uses: ./.github/actions/setup-nix 30 30 with: 31 31 cachixToken: ${{ secrets.CACHIX_AUTH_TOKEN }} 32 + - name: Cache Cargo 33 + uses: actions/cache@v3 34 + with: 35 + path: | 36 + ~/.cargo/bin/ 37 + ~/.cargo/registry/index/ 38 + ~/.cargo/registry/cache/ 39 + ~/.cargo/git/db/ 40 + key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} 32 41 - name: Upgrade Hash 33 42 if: ${{ needs.check-changes.outputs.docs-pnpm == 'true' }} 34 43 run: bash ./doc/upgrade.sh