Public Member Functions | |
std::string | description () override |
std::string | doc () override |
void | run (ref< Store > store) override |
![]() | |
FlakeRef | getFlakeRef () |
LockedFlake | lockFlake () |
std::vector< FlakeRef > | getFlakeRefsForCompletion () override |
![]() | |
ref< Store > | getEvalStore () |
ref< EvalState > | getEvalState () |
![]() | |
void | run () override |
ref< Store > | getStore () |
virtual ref< Store > | getDstStore () |
virtual ref< Store > | createStore () |
![]() | |
virtual std::optional< ExperimentalFeature > | experimentalFeature () |
virtual Category | category () |
![]() | |
Bindings * | getAutoArgs (EvalState &state) |
Additional Inherited Members | |
![]() | |
using | Category = int |
![]() | |
flake::LockFlags | lockFlags |
![]() | |
bool | startReplOnEvalErrors = false |
bool | ignoreExceptionsDuringTry = false |
![]() | |
LookupPath | lookupPath |
std::optional< std::string > | evalStoreUrl |
![]() | |
RepairFlag | repair = NoRepair |
![]() | |
bool | json = false |
![]() | |
static constexpr Category | catDefault = 0 |
![]() | |
static constexpr auto | category = "Common evaluation options" |
![]() | |
std::string | flakeUrl = "." |
|
inlineoverridevirtual |
Return a short one-line description of the command.
Reimplemented from nix::Args.
|
inlineoverridevirtual |
Return documentation about this command, in Markdown format.
Reimplemented from nix::Args.
Main entry point, with a Store
provided
Implements nix::StoreCommand.