mirror of
https://github.com/NixOS/nix
synced 2025-07-04 23:51:47 +02:00
Show when we're evaluating a flake
This commit is contained in:
parent
330638cf26
commit
78bd377594
1 changed files with 2 additions and 0 deletions
|
@ -617,6 +617,8 @@ InstallableFlake::InstallableFlake(
|
||||||
|
|
||||||
std::tuple<std::string, FlakeRef, InstallableValue::DerivationInfo> InstallableFlake::toDerivation()
|
std::tuple<std::string, FlakeRef, InstallableValue::DerivationInfo> InstallableFlake::toDerivation()
|
||||||
{
|
{
|
||||||
|
Activity act(*logger, lvlTalkative, actUnknown, fmt("evaluating derivation '%s'", what()));
|
||||||
|
|
||||||
auto attr = getCursor(*state);
|
auto attr = getCursor(*state);
|
||||||
|
|
||||||
auto attrPath = attr->getAttrPathStr();
|
auto attrPath = attr->getAttrPathStr();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue