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

Configure Feed

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

add cargo cache to speed up nextest

+7
+7
.github/workflows/test.yml
··· 55 55 - uses: cachix/install-nix-action@v31 56 56 with: 57 57 nix_path: nixpkgs=channel:nixos-unstable 58 + - uses: actions/cache@v4 59 + with: 60 + path: | 61 + ~/.cargo/registry 62 + ~/.cargo/git 63 + target 64 + key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} 58 65 - uses: cachix/cachix-action@v16 59 66 with: 60 67 name: wires