FJEK6FVUA2QLNIIOH542TLP3PGAOH6K3C5MEFGCMF6H7WB2HJIPAC
EBJP3MNAC4CRYGMJJHMKUYWTXP3N4WMMORRLDSDHQVF5ZLOTIENQC
MHVIT4JYWUYD4UCGB2AHLXWLX6B5SYE22BREERNGANT7RGGDUFOAC
HJOEIMLRDVQ2KZI5HGL2HKGBM3AHP7YIKGKDAGFUNKRUXVRB24NAC
T5BIOVJEMBIASP7EKQVV2N3VD6I56UXH6LCD5I33BDQEVHJAMGKQC
auto build = std::make_shared<Build>();
auto build = std::make_shared<Build>( localStore->parseStorePath(row["drvPath"].as<string>()));
auto build = std::make_shared<Build>(
localStore->parseStorePath(row["drvPath"].as<string>()));
build->drvPath = localStore->parseStorePath(row["drvPath"].as<string>());
step = std::make_shared<Step>(); step->drvPath = drvPath.clone();
step = std::make_shared<Step>();
step->drvPath = drvPath.clone();
step = std::make_shared<Step>(drvPath.clone());
Build(nix::StorePath && drvPath) : drvPath(std::move(drvPath)) { }
Build(nix::StorePath && drvPath) : drvPath(std::move(drvPath))
{ }
Step(nix::StorePath && drvPath) : drvPath(std::move(drvPath)) { }
Step(nix::StorePath && drvPath) : drvPath(std::move(drvPath))