1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00
nixpkgs/lib/tests/modules/define-force-attrsOfSub-foo-enable.nix

6 lines
64 B
Nix

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