summary refs log blame commit diff
path: root/lib/tests/modules/define-attrsOfSub-foo-enable-if.nix
blob: 0b3baddb5ec054cd20cf7c222dc5ccde813d14ea (plain) (tree)
1
2
3
4
5




                                                      
{ config, lib, ... }:

{
  attrsOfSub.foo.enable = lib.mkIf config.enable true;
}