Translations:Flakes/185/zh: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

31 October 2025

28 August 2025

  • curprev 19:2319:23, 28 August 2025 Weijia talk contribs 432 bytes +432 Created page with "== Flake 文件结构 == 一个最小化的 flake 文件包含该 flake 的描述(description),一组输入依赖项(inputs)和一个输出(outputs)。您可以随时使用 <code>nix flake init</code> 命令来生成一个非常基础的 flake 文件。这将在当前目录下创建一个名为 <code>flake.nix</code> 的文件,其内容类似于: {{File|3=<nowiki>{ description = "一个非常基础的 flake";"