-
-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Description
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:
- master
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v14
with:
name: simula
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'Metadata
Metadata
Assignees
Labels
No labels