Preamble
For now (at 19edac4), there is no GitHub Actions to push cache to cachix. I suggest that adding a workflow to push cache to cachix.
The example workflow
name: "cachix-pusher"on:
branches:
- masterjobs:
push:
runs-on: ubuntu-lateststeps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v14with:
name: simulasigningKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
Preamble
For now (at 19edac4), there is no GitHub Actions to push cache to cachix. I suggest that adding a workflow to push cache to cachix.
The example workflow