aboutsummaryrefslogtreecommitdiff
path: root/lib/generators.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove usage of isNullDaniel Schaefer2019-04-291-1/+1
* generators: make toPretty handle floats correctlyLĂ©o Gaspard2018-10-151-0/+1
* [bot]: remove unreferenced codevolth2018-07-201-2/+0
* lib.generators.toPlist: add floatsMatthew Bauer2018-07-031-6/+9
* generators: refactor toPlistMatthew Bauer2018-06-281-33/+32
* generators: refactor toPLISTMatthew Bauer2018-06-281-43/+43
* generators: add PLIST handlingMatthew Bauer2018-06-271-0/+48
* lib/generators: print paths without quotes & move function downProfpatsch2018-04-251-11/+15
* lib/generators: introduce a sane default for `mkValueString`Profpatsch2018-03-291-1/+25
* lib/generators: improve documentation a bitProfpatsch2018-03-291-0/+11
* lib/generators: improve toPrettyProfpatsch2018-03-291-3/+5
* Add setFunctionArgs lib function.Shea Levy2018-01-311-1/+3
* lib/generators: abort on pattern match failureProfpatsch2018-01-031-1/+1
* lib/generators: add mkValueString to mkKeyValueDefault generatorProfpatsch2017-11-221-5/+9
* Convert libs to a fixed-pointGraham Christensen2017-09-161-3/+4
* lib/generators: put more information in toPretty lambdasProfpatsch2017-06-221-2/+7
* lib/generators: toPrettyProfpatsch2017-06-221-0/+32
* lib/generators: mkKeyValueLine -> mkKeyValueLine (#20920)Profpatsch2016-12-061-4/+4
* lib/generators: add toKeyValue & mkKeyValueLine (#20903)Profpatsch2016-12-041-4/+25
* lib/generators: add manual documentationProfpatsch2016-11-171-1/+6
* lib: add generator functions for toJSON & toYAMLProfpatsch2016-11-171-1/+15
* lib: add ini configuration generatorProfpatsch2016-11-171-0/+53