Flakes: Difference between revisions
m Update link to manual to use stable instead of hard coded version |
No edit summary |
||
| 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 at any time using nix flake init. This will populate the current directory with a file called flake.nix that will contain something akin to: | 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 at any time 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> | ||