|
argparse::Argument & | addGARegistryOption (argparse::ArgumentParser &parser) |
| Hard codes a manifest with only github:NixOS/nixpkgs/release-23.05 with --ga-registry .
|
|
|
GlobalManifest | initGlobalManifest (GlobalManifestRaw manifestRaw) override |
| Initialize the globalManifest member variable. When --ga-registry is set it enforces a GA compliant manifest by disallowing registry in its input, and injects a hard coded registry .
|
|
EnvironmentManifest | initManifest (ManifestRaw manifestRaw) override |
| Initialize the manifest member variable. When --ga-registry is set it enforces a GA compliant manifest by disallowing registry in its input, and injects a hard coded registry .
|
|
◆ addGARegistryOption()
argparse::Argument & flox::resolver::GAEnvironmentMixin::addGARegistryOption |
( |
argparse::ArgumentParser & |
parser | ) |
|
Hard codes a manifest with only github:NixOS/nixpkgs/release-23.05
with --ga-registry
.
- Parameters
-
parser | The parser to add the argument to. |
- Returns
- The argument added to the parser.
◆ gaRegistry
bool flox::resolver::GAEnvironmentMixin::gaRegistry = false |
|
private |
Whether to override manifest registries for use with flox
GA.
The documentation for this class was generated from the following files: