chore: remove unused lib.map import
All checks were successful
ci / treefmt (push) Successful in 9m4s

This commit is contained in:
Ceferino Patino 2026-05-30 22:31:45 -05:00
commit b9e6c6d40d
Signed by: c4patino
SSH key fingerprint: SHA256:9fQ9TsujGrdNNi76mnsu63v7dS5JOmHRZEqBOl49OR8

View file

@ -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;