parent
81227e34c8
commit
9dda3c5bd2
8 changed files with 51 additions and 48 deletions
nixosModules/esphome-plus
|
@ -4,22 +4,11 @@
|
|||
pkgs,
|
||||
...
|
||||
}: let
|
||||
inherit
|
||||
(lib)
|
||||
concatMapStringsSep
|
||||
converge
|
||||
elem
|
||||
filterAttrsRecursive
|
||||
getExe
|
||||
mapAttrsToList
|
||||
mkForce
|
||||
mkIf
|
||||
mkOption
|
||||
optionalAttrs
|
||||
optionals
|
||||
optionalString
|
||||
types
|
||||
;
|
||||
inherit (lib) converge getExe mkOption types;
|
||||
inherit (lib.modules) mkForce mkIf;
|
||||
inherit (lib.lists) elem optionals;
|
||||
inherit (lib.strings) concatMapStringsSep optionalString;
|
||||
inherit (lib.attrsets) mapAttrsToList filterAttrsRecursive optionalAttrs;
|
||||
|
||||
cfg = config.services.esphome;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue