WD33BD7BJRIZYCBPRECY4VFPSJNY65FFXVWN2FUE5ZHBJA7LUX6QC
VTPA57TTA3C4RUCTOAO6HYOKGBKGBDSWMJMWA7CWSCFAAV7GMEJQC
{ inputs, config, lib, ... }:
{ inputs, lib, ... }:
inherit (lib) attrsToList const groupBy listToAttrs mapAttrs nameValuePair;
inherit (lib) attrsToList const groupBy listToAttrs mapAttrs mapAttrs' nameValuePair removeSuffix;
|> mapAttrs (name: const <| import ../hosts/${name} libCustom);
|> mapAttrs' (name: _value: nameValuePair (removeSuffix ".nix" name) (import (../hosts + "/${name}") libCustom));