mkDefinition
lib.modules.mkDefinition
Docs pulled from | This Revision | 10 minutes ago
Return a definition with file location information.
Noogle detected
Implementation
The following is the current implementation of this function.
mkDefinition = args@{ file, value, ... }: args // { _type = "definition"; };