1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-21 17:01:10 +03:00
nixpkgs/lib/tests/modules/define-force-attrsOfSub-foo-enable.nix

6 lines
64 B
Nix
Raw Normal View History

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