2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-04 12:03:21 +00:00
nixpkgs/pkgs/pkgs-lib/tests
Silvan Mosberger b8336c2b8a
formats.ini: Introduce listToValue argument ()
Allows coercing lists to values. E.g.

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