Show when we're evaluating a flake

This commit is contained in:
Eelco Dolstra 2022-08-12 15:57:25 +02:00
parent af4e8b00fb
commit 3d4489b623

View file

@ -616,6 +616,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();