about summary refs log tree commit diff
path: root/pkgs/pkgs-lib/formats.nix
AgeCommit message (Expand)AuthorFilesLines
2024-02-12pkgs.formats: toINIWithGlobalSection wrapperbenaryorg1-45/+76
2024-02-09formats.hocon: inith7x41-0/+2
2023-12-09formats.systemd: init INI-style systemd config file formatMinijackson1-0/+14
2023-10-27pkgs-lib.formats: add note about missing `pkgs` quirkckie1-0/+5
2023-10-27formats.libconfig: inith7x41-0/+2
2023-04-04formats.pythonVars: initMinijackson1-0/+35
2022-07-01Merge pull request #178365 from fgaz/lib.formats.keyValueAaron Andersen1-0/+49
2022-06-19pkgs-lib: fix JSON, YAML and TOML cross-compilationBen Wolsieffer1-13/+13
2022-06-18lib.formats.keyValue: initFrancesco Gazzetta1-0/+49
2022-06-07treewide: remove usage of runCommandNoCC aliasesSandro Jäckel1-1/+1
2022-05-12Merge pull request #104457 from ju1m/public-inboxSilvan Mosberger1-0/+11
2022-05-12nixos/public-inbox: initJulien Moutinho1-0/+11
2022-04-01formats.javaProperties: initRobert Hensing1-0/+3
2022-02-28pkgs-lib: Implement settings format for ElixirMinijackson1-0/+207
2021-08-25lib.formats.yaml: use well known YAML formatlucasew1-6/+23
2021-08-15treewide: runCommandNoCC -> runCommandRobert Hensing1-2/+2
2021-06-28pkgs-lib: allow paths in TOML, YAML and JSONBen Wolsieffer1-0/+2
2021-05-04formats.ini: Introduce `listToValue` argument (#121613)Silvan Mosberger1-2/+24
2020-07-29pkgs-lib: Implement settings formats for JSON, INI, YAML and TOMLSilvan Mosberger1-0/+109