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

6 lines
82 B
Nix

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