{ config , lib , pkgs , ... }: with lib; with lib.metacfg; let cfg = config.metacfg.build; in { options.metacfg.build = with types; { enable = mkBoolOpt false "Whether or not to enable the build config."; }; config = mkIf cfg.enable { }; }