mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 18:23:09 +00:00
6 lines
80 B
Nix
6 lines
80 B
Nix
|
{ config, lib, ... }:
|
||
|
|
||
|
{
|
||
|
loaOfSub.foo.enable = lib.mkIf config.enable true;
|
||
|
}
|