1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-28 16:42:09 +00:00
nixpkgs/lib/tests/modules/define-if-loaOfSub-foo-enable.nix

6 lines
80 B
Nix
Raw Normal View History

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