Expand description
extends inheritance resolution — chain building + cycle detection.
Resolves extends = "<target>" where target is:
profile:<name>→ bundled or user-defined profile TOML.//..// absolute path → filesystem TOML relative to current file- bare name (
fedora) →~/.config/podbox/profiles/<name>.toml(canonical) with fallback to~/.config/podbox/<name>.toml(legacy)
Enums§
- Config
Source - Identity of a config source for cycle detection.
Functions§
- resolve_
extends_ chain - Resolve a chain of
extendsstarting atinitial_path/initial_toml.