Skip to content

Continuous Cachix Pushing #222

Description

@haruki7049

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 }}'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions