Flakes: Difference between revisions
m the flakes page is the most popular page, including a lot of links to improve seo |
Warrenmwang (talk | contribs) m fix typo "packagage" -> "packages" |
||
| Line 130: | Line 130: | ||
The {{ic|nix flake}} subcommand is described in {{Nix Manual|name=command reference page of the Nix manual|anchor=command-ref/new-cli/nix3-flake}}. | The {{ic|nix flake}} subcommand is described in {{Nix Manual|name=command reference page of the Nix manual|anchor=command-ref/new-cli/nix3-flake}}. | ||
This flake produces a single flake output <code> | 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: | ||
<syntaxhighlight lang="console"> | <syntaxhighlight lang="console"> | ||