summary refs log tree commit diff
path: root/pkgs/pkgs-lib/formats.nix
Commit message (Collapse)AuthorAge
* pkgs-lib: allow paths in TOML, YAML and JSONBen Wolsieffer2021-06-28
| | | | | Paths get automatically added to the store. The INI generator currently chokes on paths, so it is not supported for now.
* formats.ini: Introduce `listToValue` argument (#121613)Silvan Mosberger2021-05-04
| | | | | Allows coercing lists to values. E.g. formats.ini { listToValue = lib.concatMapStringsSep ", " (lib.generators.mkValueStringDefault {}); }
* pkgs-lib: Implement settings formats for JSON, INI, YAML and TOMLSilvan Mosberger2020-07-29