|
std::string | flakeUrl = "." |
|
|
Public Types inherited from nix::Command |
using | Category = int |
|
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 |
|
Static Public Attributes inherited from nix::Command |
static constexpr Category | catDefault = 0 |
|
static constexpr auto | category = "Common evaluation options" |
|
◆ getFlakeRefsForCompletion()
std::vector< FlakeRef > FlakeCommand::getFlakeRefsForCompletion |
( |
| ) |
|
|
inlineoverridevirtual |
The completion for some of these flags depends on the flake(s) in question.
This method should be implemented to gather all flakerefs the command is operating with (presumably specified via some other arguments) so that the completions for these flags can use them.
Reimplemented from nix::MixFlakeOptions.
The documentation for this class was generated from the following file:
- /home/buildozer/aports/community/nix/src/nix-2.26.3/src/nix/flake.cc