|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
Public Member Functions | |
| ProfileManifest (EvalState &state, const Path &profile) | |
| JSON | toJSON (Store &store) const |
| kj::Promise< Result< StorePath > > | build (ref< Store > store) |
| void | addElement (std::string_view nameCandidate, ProfileElement element) |
| void | addElement (ProfileElement element) |
Static Public Member Functions | |
| static void | printDiff (const ProfileManifest &prev, const ProfileManifest &cur, std::string_view indent) |
Public Attributes | |
| std::map< std::string, ProfileElement > | elements |