about summary refs log tree commit diff
path: root/pkgs/pkgs-lib
AgeCommit message (Collapse)AuthorFilesLines
2020-10-19pkgs-lib/tests/formats: improve message on failureVladimír Čunát1-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.
2020-10-19pkgs-lib/tests/formats: fix whitespace after PR #100372Vladimír Čunát1-2/+0
Naturally, TOML doesn't define the exact shape of everything. nix build -f pkgs/top-level/release.nix pkgs-lib-tests
2020-07-29pkgs-lib: Add tests for formatsSilvan Mosberger2-0/+159
2020-07-29pkgs-lib: Implement settings formats for JSON, INI, YAML and TOMLSilvan Mosberger2-1/+114
2020-07-29pkgs: Add pkgs-lib structureSilvan Mosberger2-0/+12