|
std::string | description () override |
|
std::string | doc () override |
|
Category | category () override |
|
Strings | getDefaultFlakeAttrPaths () override |
|
Strings | getDefaultFlakeAttrPathPrefixes () override |
|
void | run (ref< Store > store, ref< InstallableValue > installable) override |
|
Public Member Functions inherited from nix::InstallableValueCommand |
void | run (ref< Store > store, ref< Installable > installable) override |
|
Public Member Functions inherited from nix::InstallableCommand |
void | run (ref< Store > store) override |
|
std::vector< FlakeRef > | getFlakeRefsForCompletion () override |
|
virtual bool | forceImpureByDefault () |
|
virtual Path | getCommandBaseDir () const |
| Get the base directory for the command.
|
|
void | addFlag (Flag &&flag) |
|
void | removeFlag (const std::string &longName) |
|
void | expectArgs (ExpectedArg &&arg) |
|
void | expectArg (const std::string &label, std::string *dest, bool optional=false) |
|
void | expectArg (const std::string &label, std::filesystem::path *dest, bool optional=false) |
|
void | expectArgs (const std::string &label, std::vector< std::string > *dest) |
|
virtual nlohmann::json | toJSON () |
|
RootArgs & | getRoot () |
|
Public Member Functions inherited from nix::SourceExprCommand |
Installables | parseInstallables (ref< Store > store, std::vector< std::string > ss) |
|
ref< Installable > | parseInstallable (ref< Store > store, const std::string &installable) |
|
void | completeInstallable (AddCompletions &completions, std::string_view prefix) |
|
CompleterClosure | getCompleteInstallable () |
|
Public Member Functions inherited from nix::EvalCommand |
ref< Store > | getEvalStore () |
|
ref< EvalState > | getEvalState () |
|
Public Member Functions inherited from nix::StoreCommand |
void | run () override |
|
ref< Store > | getStore () |
|
virtual ref< Store > | getDstStore () |
|
virtual ref< Store > | createStore () |
|
Public Member Functions inherited from nix::Command |
virtual std::optional< ExperimentalFeature > | experimentalFeature () |
|
Bindings * | getAutoArgs (EvalState &state) |
|
|
std::string | bundler = "github:NixOS/bundlers" |
|
std::optional< Path > | outLink |
|
MultiCommand * | parent = nullptr |
|
Public Attributes inherited from nix::SourceExprCommand |
std::optional< Path > | file |
|
std::optional< std::string > | expr |
|
flake::LockFlags | lockFlags |
|
Public Attributes inherited from nix::EvalCommand |
bool | startReplOnEvalErrors = false |
|
bool | ignoreExceptionsDuringTry = false |
|
LookupPath | lookupPath |
|
std::optional< std::string > | evalStoreUrl |
|
RepairFlag | repair = NoRepair |
|
◆ category()
Category CmdBundle::category |
( |
| ) |
|
|
inlineoverridevirtual |
◆ description()
std::string CmdBundle::description |
( |
| ) |
|
|
inlineoverridevirtual |
Return a short one-line description of the command.
Reimplemented from nix::Args.
◆ doc()
std::string CmdBundle::doc |
( |
| ) |
|
|
inlineoverridevirtual |
Return documentation about this command, in Markdown format.
Reimplemented from nix::Args.
◆ getDefaultFlakeAttrPathPrefixes()
Strings CmdBundle::getDefaultFlakeAttrPathPrefixes |
( |
| ) |
|
|
inlineoverridevirtual |
◆ getDefaultFlakeAttrPaths()
Strings CmdBundle::getDefaultFlakeAttrPaths |
( |
| ) |
|
|
inlineoverridevirtual |
◆ run()
The documentation for this struct was generated from the following file:
- /home/buildozer/aports/community/nix/src/nix-2.26.3/src/nix/bundle.cc