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

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