lib/introspect: fix list item meta
This commit is contained in:
@@ -125,7 +125,7 @@ let
|
||||
/**
|
||||
Maps attrsOf and lazyAttrsOf
|
||||
*/
|
||||
handleListOf = list: { __list = lib.map handleMeta { meta = list; }; };
|
||||
handleListOf = list: { __list = lib.map (item: handleMeta { meta = item; }) list; };
|
||||
|
||||
/**
|
||||
Unwraps the valueMeta of an option based on its type
|
||||
|
||||
Reference in New Issue
Block a user