#pragma once #include "store-api.hh" namespace nix { void runProgramInStore(ref store, const std::string & program, const Strings & args); }