mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
6 lines
80 B
Nix
6 lines
80 B
Nix
{ config, lib, ... }:
|
|
|
|
{
|
|
loaOfSub.foo.enable = lib.mkIf config.enable true;
|
|
}
|