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

6 lines
82 B
Nix
Raw Normal View History

{ config, lib, ... }:
lib.mkIf config.enable {
attrsOfSub.foo.enable = true;
}