Skip to content

Continuous Cachix Pushing #222

@haruki7049

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:
    - 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions