Robert Hensing
|
fbafeb7ad5
|
treewide: runCommandNoCC -> runCommand
This has been synonymous for ~5y.
|
2021-08-15 17:36:41 +02:00 |
|
Ben Wolsieffer
|
98336c223b
|
pkgs-lib: allow paths in TOML, YAML and JSON
Paths get automatically added to the store. The INI generator currently chokes
on paths, so it is not supported for now.
|
2021-06-28 11:59:03 -04:00 |
|
Silvan Mosberger
|
b8336c2b8a
|
formats.ini: Introduce listToValue argument (#121613)
Allows coercing lists to values. E.g.
formats.ini { listToValue = lib.concatMapStringsSep ", " (lib.generators.mkValueStringDefault {}); }
|
2021-05-04 09:49:25 +02:00 |
|
Silvan Mosberger
|
b6c540a87c
|
pkgs-lib: Implement settings formats for JSON, INI, YAML and TOML
|
2020-07-29 18:08:23 +02:00 |
|