summaryrefslogtreecommitdiff
path: root/pkgs/pkgs-lib/formats (follow)
Commit message (Expand)AuthorAgeFilesLines
* formats.javaProperties: Don't set `!allowSubstitutes` in `generate` buildernicoo2024-05-251-1/+2
* formats: Set `preferLocalBuild` in `generate` builders•••Otherwise, remote builds are used for trivial format conversions. nicoo2024-05-252-0/+2
* treewide: remove unused occurence of fetchurl argumentSigmanificient2024-05-201-2/+1
* Merge pull request #311299 from thenhnn/filesender-packaging-php-format•••pkgs/formats: add generator for PHP config filesPol Dellaiera2024-05-161-0/+69
|\
| * pkgs: add PHP to formats.nixnhnn2024-05-161-0/+69
* | formats.hocon: fix typo: compatability to compatibilityPhilip Taron2024-04-021-1/+1
|/
* formats.hocon: add backwards compatibilityh7x42024-02-095-21/+170
* formats.hocon: add testsh7x42024-02-093-0/+134
* formats.hocon: inith7x42024-02-096-0/+479
* formats.libconfig: fix unstable store path dependency in test•••Previously, this test would verify a writeText file with a constant content is at a precise store path, but this is not actually the case and the store path has changed maybe twice since the original "pkgs.formats: Add libconfig format generator" PR was started, the latest time being after it was merged. We now placehold the store path in expected.txt and substitute it just before we run the diff, alleviating the problem. ckie2023-10-312-8/+8
* formats.libconfig: add tests•••Co-authored-by: ckie <25263210+ckiee@users.noreply.github.com> Signed-off-by: h7x4 <h7x4@nani.wtf> h7x42023-10-273-0/+86
* formats.libconfig: init•••Co-authored-by: ckie <25263210+ckiee@users.noreply.github.com> Signed-off-by: h7x4 <h7x4@nani.wtf> h7x42023-10-276-0/+467
* tests.pkgs-lib: Fix for darwinRobert Hensing2022-04-041-1/+2
* pkgs.formats.javaProperties: Add type coercions•••A usability improvement. Robert Hensing2022-04-042-2/+26
* pkgs.formats.javaProperties: Add implementation note to typeRobert Hensing2022-04-041-0/+24
* formats.javaProperties: Add commentRobert Hensing2022-04-011-4/+9
* formats.javaProperties: initRobert Hensing2022-04-013-0/+197