1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-20 16:39:31 +03:00
nixpkgs/lib/tests/modules/define-attrsOfSub-foo-enable-force.nix

5 lines
64 B
Nix

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