diff options
| author | aszlig <aszlig@redmoonstudios.org> | 2016-04-12 04:21:55 +0200 |
|---|---|---|
| committer | aszlig <aszlig@redmoonstudios.org> | 2016-04-12 04:21:55 +0200 |
| commit | 9279ec732b5475540a3abac3ee8cf09e858be107 (patch) | |
| tree | a0666eab7b286ab019445e09cb1aac1ab94a1e73 /pkgs/development/python-modules/python-sql | |
| parent | 9f1e536948ba2f7d87dc0919dc7f630f6723ab85 (diff) | |
nixos/taskserver: Introduce an extraConfig option
This is simply to add configuration lines to the generated configuration
file. The reason why I didn't went for an attribute set is that the
taskdrc file format doesn't map very well on Nix attributes, for example
the following can be set in taskdrc:
server = somestring
server.key = anotherstring
In order to use a Nix attribute set for that, it would be way too
complicated, for example if we want to represent the mentioned example
we'd have to do something like this:
{ server._top = somestring;
server.key = anotherstring;
}
Of course, this would work as well but nothing is more simple than just
appending raw strings.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs/development/python-modules/python-sql')
0 files changed, 0 insertions, 0 deletions
