Jump to content

Translations:Flakes/194/zh: Difference between revisions

From Official NixOS Wiki
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 的输出,如下所示:"
 
(No difference)

Latest revision as of 19:25, 28 August 2025

Message definition (Flakes)
This flake produces a single flake output <code>packages</code>. And within that, <code>x86_64-linux</code> is a system-specifc attribute set. And within that, two package [[derivations]] <code>default</code> and <code>hello</code>. You can find outputs with the {{Nix Manual|name=show command|anchor=command-ref/new-cli/nix3-flake-show}} of a flake as shown below:

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