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

{
  attrsOfSub.foo = lib.mkForce {
    enable = false;
  };
}