14#include <argparse/argparse.hpp> 
   41  std::optional<std::filesystem::path> file;
 
   42  std::optional<std::string>           expr;
 
Evaluate a nix expression with flox extensions.
Definition: eval.hh:28
 
int run()
Execute the eval routine.
Definition: eval.cc:98
 
output_style
Definition: eval.hh:34
 
@ STYLE_RAW
Definition: eval.hh:36
 
@ STYLE_VALUE
Definition: eval.hh:35
 
@ STYLE_JSON
Definition: eval.hh:37
 
Runtime state containing a nix store connection and a nix evaluator.
Definition: nix-state.hh:123
 
Executable command helpers, argument parsers, etc.
 
Interfaces for use by flox.
Definition: command.cc:29
 
Manages a nix runtime state blob with associated helpers.
 
Add verbosity flags to any parser and modify the global verbosity.
Definition: command.hh:49