summary refs log tree commit diff
path: root/lib/tests/modules/define-if-attrsOfSub-foo-enable.nix
blob: 6a8e32e802a21e059f02d94759966947f78e727d (plain) (blame)
1
2
3
4
5
{ config, lib, ... }:

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