Flox Package Database 1
CRUD Operations on Nix Package Metadata
|
Show information about an environment's registries. More...
#include <command.hh>
Public Member Functions | |
command::VerboseParser & | getParser () |
int | run () |
Execute the registry routine. | |
![]() | |
argparse::Argument & | addGARegistryOption (argparse::ArgumentParser &parser) |
Hard codes a manifest with only github:NixOS/nixpkgs/release-23.05 with --ga-registry . | |
Private Attributes | |
command::VerboseParser | parser |
Additional Inherited Members | |
![]() | |
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 . | |
Show information about an environment's registries.
int flox::resolver::RegistryCommand::run | ( | ) |
Execute the registry
routine.
EXIT_SUCCESS
or EXIT_FAILURE
.