Translations:Flakes/185/en
Appearance
Flake file structure
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: {{File|3=<nowiki>{
description = "A very basic flake";