4#include "nix/store/store-api.hh"
8enum struct UseLookupPath {
13void execProgramInStore(ref<Store> store,
14 UseLookupPath useLookupPath,
15 const std::string & program,
17 std::optional<std::string_view> system = std::nullopt,
18 std::optional<StringMap> env = std::nullopt);