Reaktor taskwarrior: fix path to taskwarrior

This commit is contained in:
lassulus 2018-07-03 21:35:43 +02:00
parent d8f9ed5674
commit 70e8c4b0a4

View File

@ -144,7 +144,7 @@ rec {
taskwarrior = buildSimpleReaktorPlugin "task" {
pattern = "^task: (?P<args>.*)$$";
script = pkgs.writeDash "task-wrapper" ''
task "$*"
${pkgs.taskwarrior}/bin/task "$*"
'';
};