nixpkgs/lib/tests/modules/define-attrsOfSub-foo-enabl...

6 lines
64 B
Nix

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