mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 14:09:17 +03:00
6 lines
80 B
Nix
6 lines
80 B
Nix
![]() |
{ config, lib, ... }:
|
||
|
|
||
|
{
|
||
|
loaOfSub.foo.enable = lib.mkIf config.enable true;
|
||
|
}
|