Show when we're evaluating a flake

This commit is contained in:
Eelco Dolstra 2022-08-12 15:57:25 +02:00
parent 330638cf26
commit 78bd377594

View file

@ -617,6 +617,8 @@ InstallableFlake::InstallableFlake(
std::tuple<std::string, FlakeRef, InstallableValue::DerivationInfo> InstallableFlake::toDerivation()
{
Activity act(*logger, lvlTalkative, actUnknown, fmt("evaluating derivation '%s'", what()));
auto attr = getCursor(*state);
auto attrPath = attr->getAttrPathStr();