core/lib/tests/modules/define-attrsOfSub-force-foo-enable.nix

6 lines
71 B
Nix
Raw Normal View History

2024-05-01 22:14:04 +00:00
{ lib, ... }:
{
2024-06-30 08:16:52 +00:00
attrsOfSub = lib.mkForce { foo.enable = false; };
2024-05-01 22:14:04 +00:00
}