aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/lib/tests/modules/define-force-attrsOfSub-foo-enable.nix
blob: dafb2360e1f18043e3d6c4f3f7e3a51ba67abcee (plain)
1
2
3
4
5
{ lib, ... }:

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