|
Flox Package Database 1
CRUD Operations on Nix Package Metadata
|
Declares a hook to be run at environment activation. More...
#include <manifest-raw.hh>
Public Member Functions | |
| void | check () const |
Validate Hook fields, throwing an exception if its contents are invalid. | |
Public Attributes | |
| std::optional< std::string > | script |
| std::optional< std::string > | file |
Declares a hook to be run at environment activation.
| std::optional<std::string> flox::resolver::HookRaw::file |
Reads activation script from a file.
| std::optional<std::string> flox::resolver::HookRaw::script |
Define an inline script to be run at activation time.