Applications/zh: Difference between revisions

Ardenet (talk | contribs)
Created page with "* krops - 一个用于远程或本地部署 NixOS 系统的轻量级工具包 * [$1 lollypops] - 一个支持并行且无状态的 NixOS 部署工具 * [$2 Morph] - 一个 NixOS 部署工具 * [$3 Nixinate] - 一个 Nix flake 库,提供应用输出,用于通过 SSH 管理现有的 NixOS 主机 * <code>nixos-build --target-host</code> * [$4 Nixus] - 一个实验性的 NixOS 部署工具 * [$5 wire] - 一个用于部署 NixOS 系统的工具。其用法灵感来..."
Tags: Mobile edit Mobile web edit
Ardenet (talk | contribs)
Created page with "* [$1 styx] - 基于 Nix 表达式语言的静态网站生成器 * [$2 bionix] - 生物信息学流水线(pipeline)管理与执行工具 * [$3 ethereum.nix] - 一套 Nix 软件包与 NixOS 模块,旨在简化以太坊相关服务及基础设施的运维 * [$4 nixos-mailserver] - 简单易用且功能完备的 NixOS 邮件服务器"
Tags: Mobile edit Mobile web edit
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>
<div lang="en" dir="ltr" class="mw-content-ltr">
{{Merge|Nix ecosystem|reason=尽管涵盖范围有所不同,但若将“官方工具”作为首要章节,并将“基于 Nix 构建”作为其下属章节,或许会更为合适。}}
{{Merge|Nix ecosystem|reason=While the scopes are different, an article with the "official tools" as its first section and "built with nix" as a further section under it may be much more fitting.}}
</div>


本文列出了专为 Nix 构建或基于 Nix 开发的应用程序;这构成了所谓的'''''扩展 Nix 生态系统'''''的清单(关于核心 Nix 生态系统,请参阅 [[Special:MyLanguage/Nix Ecosystem|Nix 生态系统]])。
本文列出了专为 Nix 构建或基于 Nix 开发的应用程序;这构成了所谓的'''''扩展 Nix 生态系统'''''的清单(关于核心 Nix 生态系统,请参阅 [[Special:MyLanguage/Nix Ecosystem|Nix 生态系统]])。
Line 170: Line 168:
* [https://github.com/forallsys/wire wire] - 一个用于部署 NixOS 系统的工具。其用法灵感来自 colmena,但它并非 colmena 的分叉。
* [https://github.com/forallsys/wire wire] - 一个用于部署 NixOS 系统的工具。其用法灵感来自 colmena,但它并非 colmena 的分叉。


<div lang="en" dir="ltr" class="mw-content-ltr">
=== Docker ===
=== Docker ===
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
* [https://github.com/hercules-ci/arion Arion] - 使用 Nix 模块配置 Docker Compose
* [https://github.com/hercules-ci/arion Arion] - configure Docker Compose with Nix modules
* [https://nixery.dev Nixery] - 基于 Nix 即时生成容器镜像
* [https://nixery.dev Nixery ] - ad-hoc container images from Nix
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
=== Kubernetes ===
=== Kubernetes ===
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
* [https://github.com/xtruder/kubenix kubenix] - 用 Nix 编写的 Kubernetes 资源构建器
* [https://github.com/xtruder/kubenix kubenix] - Kubernetes resource builder written in Nix
* [https://github.com/xtruder/nix-kubernetes nix-kubernetes] - 用 Nix 编写的 Kubernetes 部署管理器
* [https://github.com/xtruder/nix-kubernetes nix-kubernetes] - Kubernetes deployment manager written in nix
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<span id="Alternative_nix_implementations_&amp;_parser"></span>
== Alternative nix implementations & parser ==
== 其他 Nix 实现与解析器 ==
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
* [https://github.com/haskell-nix/hnix hnix] (Haskell,解析器与求值器)
* [https://github.com/haskell-nix/hnix hnix] (haskell, parser & evaluator)
* [https://github.com/nix-community/rnix-parser rnix] (Rust,解析器)
* [https://github.com/nix-community/rnix-parser rnix] (rust, parser)
* [https://github.com/orivej/go-nix go-nix] (Go,解析器与 Nix 兼容的文件哈希计算器)
* [https://github.com/orivej/go-nix go-nix] (go, parser & nix-compatible file hasher)
* [https://github.com/NixOS/nix-idea/tree/master/src/main/java/org/nixos/idea/lang nix-idea] (Java,解析器)
* [https://github.com/NixOS/nix-idea/tree/master/src/main/java/org/nixos/idea/lang nix-idea] (java, parser)
* [https://lix.systems/ lix] (C++[https://github.com/NixOS/nix NixOS/nix] 的分叉)
* [https://lix.systems/ lix] (c++, fork of [https://github.com/NixOS/nix NixOS/nix])
* [https://snix.dev/ snix] (Rust,CLI、求值器与存储层)
* [https://snix.dev/ snix] (rust, cli & evaluator & store)
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<span id="Additional_unofficial_ecosystem"></span>
== Additional unofficial ecosystem ==
== 额外的非官方生态系统 ==
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
使用 Nix 无需这些服务。这些服务均与 [[Special:MyLanguage/NixOS Foundation|NixOS 基金会]] 无关。
None of the services are required to use Nix. None of these services are affiliated with the [[Special:MyLanguage/NixOS Foundation|NixOS Foundation]].
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
; [https://cachix.org Cachix]:即服务形式的二进制缓存。公共缓存免费,私有(需令牌访问)缓存采用订阅制。
; [https://cachix.org Cachix]: binary caches as a service. Free for public caches, subscription for private token-protected caches.
; [https://hercules-ci.com Hercules CI]:利用无状态构建代理简化 CI 设置。开源项目免费,私有仓库按用户数订阅。
; [https://hercules-ci.com Hercules CI]: simplify your CI setup with stateless build agents. Free for open source, per-user subscription for private repositories.
; [https://garnix.io Garnix]:基于 Nix 的 CI、缓存(公测阶段)及云托管(内测阶段)服务。目前免费,但也提供商业方案。
; [https://garnix.io Garnix]: nix CI, caching (open beta) and cloud hosting (private alpha) based on Nix as a service. Currently free, but offers commerical plans.
; [https://nixbuild.net/ nixbuild.net]:面向 x86_64 AArch64 架构的远程 Nix 构建服务。按使用量付费。
; [https://nixbuild.net/ nixbuild.net]: remote Nix builders as a service for x86_64 and AArch64. Pay-per-use.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<span id="See_also"></span>
== See also ==
== 另见 ==
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
* [https://github.com/nix-community/awesome-nix awesome-nix]
* [https://github.com/nix-community/awesome-nix awesome-nix]
* [[Special:MyLanguage/Language-specific package helpers|Language-specific package helpers]]
* [[Special:MyLanguage/Language-specific package helpers|特定语言的软件包辅助工具]]
* [[Special:MyLanguage/Alternative Package Sets|Alternative Package Sets]]
* [[Special:MyLanguage/Alternative Package Sets|替代软件包集]]
* [[Special:MyLanguage/Configuration Collection|Get inspiration from other peoples NixOS configuration]]
* [[Special:MyLanguage/Configuration Collection|从他人的 NixOS 配置中获取灵感]]
* [https://search.nixos.org/packages NixOS Packages Search] for searching through NixOS packages
* [https://search.nixos.org/packages NixOS 软件包搜索] 用于搜索 NixOS 软件包
</div>


[[Category:Software]]
[[Category:Software]]
[[Category:Guide]]
[[Category:Guide]]
[[Category:Nix{{#translation:}}]]
[[Category:Nix{{#translation:}}]]