diff --git a/src/libcmd/installables.cc b/src/libcmd/installables.cc index 366cb40b4..251fd57e1 100644 --- a/src/libcmd/installables.cc +++ b/src/libcmd/installables.cc @@ -617,6 +617,8 @@ InstallableFlake::InstallableFlake( std::tuple InstallableFlake::toDerivation() { + Activity act(*logger, lvlTalkative, actUnknown, fmt("evaluating derivation '%s'", what())); + auto attr = getCursor(*state); auto attrPath = attr->getAttrPathStr();