neovim-flake
neovim-flake copied to clipboard
Core: change mapAttrsFlatten to mapAttrsToList
lib.misc.mapAttrsFlatten
is deprecated and creates an evaluation warning. This changes it to use lib.attrsets.mapAttrsToList
instead.