Flakes: Difference between revisions
m fix: typo |
Clarify when `nix flake init` can be used. |
||
| Line 16: | Line 16: | ||
<!--T:231--> | <!--T:231--> | ||
Minimally, a flake file contains a description of the flake, a set of input dependencies and an output. You can generate a very basic flake file | Minimally, a flake file contains a description of the flake, a set of input dependencies and an output. You can generate a very basic flake file after [[#Setup]] using <code>nix flake init</code>. This will populate the current directory with a file called flake.nix that will contain something akin to: | ||
</translate> | </translate> | ||