mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 04:00:59 +01:00
InstallableFlake: Apply nix config in getCursors
(cherry picked from commit 77bb950566)
This commit is contained in:
parent
9588d2e939
commit
15d1f8b89c
1 changed files with 1 additions and 2 deletions
|
|
@ -178,8 +178,7 @@ std::pair<Value *, PosIdx> InstallableFlake::toValue(EvalState & state)
|
|||
std::vector<ref<eval_cache::AttrCursor>>
|
||||
InstallableFlake::getCursors(EvalState & state)
|
||||
{
|
||||
auto evalCache = openEvalCache(state,
|
||||
std::make_shared<flake::LockedFlake>(lockFlake(state, flakeRef, lockFlags)));
|
||||
auto evalCache = openEvalCache(state, getLockedFlake());
|
||||
|
||||
auto root = evalCache->getRoot();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue