|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
Classes | |
| struct | Entry |
Public Types | |
| enum | RegistryType { Flag = 0 , User = 1 , System = 2 , Global = 3 , Custom = 4 } |
Public Member Functions | |
| Registry (RegistryType type) | |
| void | write (const Path &path) |
| void | add (const Input &from, const Input &to, const Attrs &extraAttrs) |
| void | remove (const Input &input) |
Static Public Member Functions | |
| static std::shared_ptr< Registry > | read (const Path &path, RegistryType type) |
Public Attributes | |
| RegistryType | type |
| std::vector< Entry > | entries |