4#include "nix/store/store-api.hh"
8enum struct UseLookupPath { Use, DontUse };
10void execProgramInStore(
12 UseLookupPath useLookupPath,
13 const std::string & program,
15 std::optional<std::string_view> system = std::nullopt,
16 std::optional<StringMap> env = std::nullopt);