mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-11 10:16:01 +01:00
I chose not to do nixos.{config, options} because that would make it
look too much like a configuration object, which it is not.
A configuration object I would define as for example the result of
calling NixOS, an attrset with `_type = "configuration";`.
Recreating a configuration object without evalModules is quite
feasible but not guaranteed to be correct, and not maintainable.
|
||
|---|---|---|
| .. | ||
| darwin-builder.section.md | ||
| fhs-environments.section.md | ||
| makesetuphook.section.md | ||
| mkshell.section.md | ||
| vm-tools.section.md | ||