nixpkgs/pkgs/pkgs-lib
Silvan Mosberger b8336c2b8a
formats.ini: Introduce listToValue argument (#121613)
Allows coercing lists to values. E.g.

  formats.ini { listToValue = lib.concatMapStringsSep ", " (lib.generators.mkValueStringDefault {}); }
2021-05-04 09:49:25 +02:00
..
tests formats.ini: Introduce listToValue argument (#121613) 2021-05-04 09:49:25 +02:00
default.nix
formats.nix formats.ini: Introduce listToValue argument (#121613) 2021-05-04 09:49:25 +02:00