chore: remove unused lib.map import
All checks were successful
ci / treefmt (push) Successful in 9m4s
All checks were successful
ci / treefmt (push) Successful in 9m4s
This commit is contained in:
parent
5fbd5a327a
commit
b9e6c6d40d
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
namespace,
|
||||
...
|
||||
}: let
|
||||
inherit (lib) types mkOption mkEnableOption mkIf mapAttrs' concatStringsSep map;
|
||||
inherit (lib) types mkOption mkEnableOption mkIf mapAttrs' concatStringsSep;
|
||||
inherit (lib.${namespace}) getAttrByNamespace mkOptionsWithNamespace resolveHostIP;
|
||||
base = "${namespace}.services.storage.nfs";
|
||||
cfg = getAttrByNamespace config base;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue