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