core/nodes/1_lib/tests/modules/define-if-attrsOfSub-foo-enable.nix
2024-05-21 23:53:33 -04:00

6 lines
82 B
Nix

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