nixpkgs/nixos/modules/services/misc/taskserver
aszlig 2acf8677fa
nixos/taskserver: Rewrite helper-tool in Python
In the comments of the pull request @nbp wrote:

"Why is it implemented in 3 different languages: Nix, Bash and C?"

And he's right, it doesn't make sense, because we were using C as a
runuser replacement and used Nix to generate the shellscript
boilerplates.

Writing this in Python gets rid of all of this and we also don't need
the boilerplate as well, because we're using Click to handle all the
command line stuff.

Note that this currently is a 1:1 implementation of what we had before.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-04-11 12:02:52 +02:00
..
default.nix nixos/taskserver: Rewrite helper-tool in Python 2016-04-11 12:02:52 +02:00
doc.xml nixos/taskserver: Add module documentation 2016-04-07 14:26:12 +02:00
helper-tool.py nixos/taskserver: Rewrite helper-tool in Python 2016-04-11 12:02:52 +02:00