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

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