1
0
Fork 0

include mkIf

This commit is contained in:
chaos 2023-09-08 11:38:45 +01:00
parent 35d75e4024
commit 7868998d4c
No known key found for this signature in database

View file

@ -4,7 +4,7 @@
... ...
}: let }: let
inherit (lib) types; inherit (lib) types;
inherit (lib.modules) mkIf;
inherit (lib.options) mkOption mkEnableOption; inherit (lib.options) mkOption mkEnableOption;
cfg = config.services.piped; cfg = config.services.piped;