#include "nix/store/store-api.hh"
Go to the source code of this file.
|
enum struct | UseLookupPath { Use
, DontUse
} |
|
|
void | nix::execProgramInStore (ref< Store > store, UseLookupPath useLookupPath, const std::string &program, const Strings &args, std::optional< std::string_view > system, std::optional< StringMap > env) |
|