dirge-code/dirge

Add a (cachix) binary cache

Ouverte

#736 ouverte le 31 juil. 2026

 (1 commentaire) (1 réaction) (0 personne assignée)Rust (1 fork)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (20 étoiles)
Métriques de merge PR
 (Merge moyen 1h 34m) (83 PRs mergées en 30 j)

Description

This would be nice for consumers so they don't have to build the package from scratch.

You can add this to flake.nix and consumers will be prompted to accept it (or via --accept-flake-config). Example: https://github.com/willruggiano/neovim.drv/blob/main/flake.nix#L36-L45

You can then add a github CI workflow that pushes to cachix on push/release/whenever you want.

Guide contributeur