Make nix search lazier

Only 4 evals left \o/
This commit is contained in:
regnat
2021-06-10 09:11:47 +02:00
parent 71650c83c6
commit ea792bcdc8
3 changed files with 21 additions and 12 deletions

View File

@@ -359,7 +359,8 @@ public:
enum struct LazyValueType {
PlainValue,
DelayedAttrSet,
DelayedUncacheable,
DelayedAttr,
Missing,
};