Files
clan-core/docs/site/reference/nix-api/index.md
Valentin Gagarin b3fd59a802 docs: add reference index pages
- add index pages for each reference documentation category
- move concepts pages into the reference hierarchy
- render clanModules overview page in the style of the CLI overview
2024-07-19 10:27:04 +02:00

385 B

Nix API Overview

There are two top-level components of the Nix API, which together allow for the declarative definition of a Clan:

  • the Inventory, a structure representing the machines, services, custom configurations, and other data that constitute a Clan, and
  • the buildClan function, which constructs a Clan from an Inventory definition.