mkIf
lib.modules.mkIf
Docs pulled from | This Revision | about 1 hour ago
Noogle detected
Implementation
The following is the current implementation of this function.
mkIf = condition: content:
{ _type = "if";
inherit condition content;
};