chessai / nix-std

no-nixpkgs standard library for the nix expression language
105 stars 7 forks source link

set.mapToValues #31

Closed arcnmx closed 1 year ago

arcnmx commented 2 years ago

nixpkgs.lib.mapAttrsToList equivalent

I'm not so sure about the name, something like mapToValues might be more appropriate? set.toList returns a tuple, so it's weird for this not to.