Translations:Flakes/183/en

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)

A flake is a directory which directly contains a Nix file called flake.nix, that follows a very specific structure. Flakes introduce a URL-like syntax[1] for specifying remote resources. To simplify the URL syntax, flakes use a registry of symbolic identifiers,[2] allowing the direct specification of resources through syntax such as github:NixOS/nixpkgs.

  1. Nix Reference Manual, §8.5.17. nix flake, 📖︎ URL-like syntax subsection
  2. Nix Reference Manual, §8.5.62. 📖︎ nix registry