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