Jump to content

Translations:Flakes/194/zh

From Official NixOS Wiki
Revision as of 19:25, 28 August 2025 by Weijia (talk | contribs) (Created page with "此 flake 生成一个单 Flake 输出 <code>packages</code>。其中,<code>x86_64-linux</code> 是系统特定的属性集。其中包含两个软件包的 Derivations(派生/定义):<code>default</code> 和 <code>hello</code>。您可以使用 {{Nix Manual|name=show 命令|anchor=command-ref/new-cli/nix3-flake-show}} 给出某 flake 的输出,如下所示:")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

此 flake 生成一个单 Flake 输出 packages。其中,x86_64-linux 是系统特定的属性集。其中包含两个软件包的 Derivations(派生/定义)defaulthello。您可以使用 show 命令 给出某 flake 的输出,如下所示: