opencomposite: add meta.platforms (#357198)
[NixPkgs.git] / lib / tests / modules / define-attrsOfSub-foo-enable-if.nix
blob0b3baddb5ec054cd20cf7c222dc5ccde813d14ea
1 { config, lib, ... }:
4   attrsOfSub.foo.enable = lib.mkIf config.enable true;