core/lib/tests/modules/define-if-attrsOfSub-foo-enable.nix
2024-05-01 18:26:04 -04:00

6 lines
82 B
Nix

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