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

6 lines
64 B
Nix

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