mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 17:59:36 +01:00
Move actEvaluate so it doesn't include actLockFlake
This commit is contained in:
parent
e6ca275e23
commit
2f512dd29f
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue