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