dirge-code/dirge

Add a (cachix) binary cache

开放

#736 创建于 2026年7月31日

 (1 条评论) (1 个反应) (0 位负责人)Rust (1 个派生)github user discovery
enhancementhelp wanted

仓库指标

星标
 (20 个星标)
PR 合并指标
 (平均合并 1小时 34分钟) (30 天内合并 83 个 PR)

描述

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.

贡献者指南