Flox Package Database 1
CRUD Operations on Nix Package Metadata
|
Declares a base environment to extend. More...
#include <manifest-raw.hh>
Public Member Functions | |
void | check () const |
Validate the env-base field, throwing an exception if invalid information is found. | |
void | clear () |
Public Attributes | |
std::optional< std::string > | floxhub |
std::optional< std::string > | dir |
Declares a base environment to extend.
void flox::resolver::EnvBaseRaw::check | ( | ) | const |
Validate the env-base
field, throwing an exception if invalid information is found.
This asserts:
floxhub
or dir
is set. std::optional<std::string> flox::resolver::EnvBaseRaw::dir |
Indicates a local directory with a .flox/
subdirectory to be extended.
std::optional<std::string> flox::resolver::EnvBaseRaw::floxhub |
Indicates a remote URL to be extended.