Move actEvaluate so it doesn't include actLockFlake
This commit is contained in:
@@ -356,8 +356,6 @@ struct InstallableStorePath : Installable
|
||||
|
||||
Buildables InstallableValue::toBuildables()
|
||||
{
|
||||
Activity act(*logger, lvlInfo, actEvaluate);
|
||||
|
||||
Buildables res;
|
||||
|
||||
std::map<StorePath, std::map<std::string, std::optional<StorePath>>> drvsToOutputs;
|
||||
@@ -489,6 +487,8 @@ std::tuple<std::string, FlakeRef, InstallableValue::DerivationInfo> InstallableF
|
||||
{
|
||||
auto lockedFlake = getLockedFlake();
|
||||
|
||||
Activity act(*logger, lvlInfo, actEvaluate);
|
||||
|
||||
auto cache = openEvalCache(*state, lockedFlake);
|
||||
auto root = cache->getRoot();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user