Flox Package Database 1
CRUD Operations on Nix Package Metadata
|
Run an interactive nix
REPL with extensions.
More...
#include <repl.hh>
Public Member Functions | |
command::VerboseParser & | getParser () |
int | run () |
Execute the repl routine. | |
Private Attributes | |
command::VerboseParser | parser |
Additional Inherited Members | |
![]() | |
NixState ()=default | |
Construct NixState using the systems default nix store. | |
NixState (nix::ref< nix::Store > &store) | |
Construct NixState from an existing store connection. | |
nix::ref< nix::EvalState > | getState () |
Lazily open a nix evaluator. | |
![]() | |
NixStoreMixin (const NixStoreMixin &)=default | |
NixStoreMixin (NixStoreMixin &&)=default | |
NixStoreMixin & | operator= (const NixStoreMixin &)=default |
NixStoreMixin & | operator= (NixStoreMixin &&)=default |
NixStoreMixin (const nix::ref< nix::Store > &store) | |
Construct NixStoreMixin from an existing store connection. | |
NixStoreMixin () | |
Construct NixStoreMixin using the systems default nix store. | |
nix::ref< nix::Store > | getStore () |
Lazily open a nix store connection. | |
Run an interactive nix
REPL with extensions.
int flox::ReplCommand::run | ( | ) |
Execute the repl
routine.
EXIT_SUCCESS
or EXIT_FAILURE
.