aboutsummaryrefslogtreecommitdiff
path: root/pkgs/pkgs-lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pkgs-lib/tests/formats: improve message on failureVladimír Čunát2020-10-191-4/+4
| | | | | | | | | | Foremost, the message was discarding double quotes on one side of the diff, which was super-confusing to me, as I thought that the format convertor broke that when in fact only whitespace was changed. I thought I'd cat the files, but then... switching to `diff -u` seemed self-sufficient. It felt sufficiently non-controversial to push directly, but certainly feel free to improve further.
* pkgs-lib/tests/formats: fix whitespace after PR #100372Vladimír Čunát2020-10-191-2/+0
| | | | | Naturally, TOML doesn't define the exact shape of everything. nix build -f pkgs/top-level/release.nix pkgs-lib-tests
* pkgs-lib: Add tests for formatsSilvan Mosberger2020-07-292-0/+159
|
* pkgs-lib: Implement settings formats for JSON, INI, YAML and TOMLSilvan Mosberger2020-07-292-1/+114
|
* pkgs: Add pkgs-lib structureSilvan Mosberger2020-07-292-0/+12