15 Package(
const Path & path,
bool active,
int priority) : path{path}, active{active}, priority{priority} {}
18class BuildEnvFileConflictError :
public Error
25 BuildEnvFileConflictError(
31 "Unable to build profile. There is a conflict for the following files:\n"
44typedef std::vector<Package> Packages;
46void buildProfile(
const Path & out, Packages && pkgs);
50 const std::map<std::string, Path> & outputs);
Definition derivations.hh:285
std::string Path
Definition types.hh:22