Jump to content

Translations:Flakes/185/en

From Official NixOS Wiki
Revision as of 12:07, 24 July 2025 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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";