|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include "lix/libstore/store-api.hh"Go to the source code of this file.
Enumerations | |
| enum struct | UseSearchPath { Use , DontUse } |
Functions | |
| void | nix::chrootHelper (int argc, char **argv) |
| void | nix::runProgramInStore (ref< Store > store, UseSearchPath useSearchPath, const std::string &program, const Strings &args, std::optional< std::string_view > system) |
| void | nix::registerNixRun () |