Reaktor taskwarrior: fix path to taskwarrior
This commit is contained in:
parent
d8f9ed5674
commit
70e8c4b0a4
@ -144,7 +144,7 @@ rec {
|
||||
taskwarrior = buildSimpleReaktorPlugin "task" {
|
||||
pattern = "^task: (?P<args>.*)$$";
|
||||
script = pkgs.writeDash "task-wrapper" ''
|
||||
task "$*"
|
||||
${pkgs.taskwarrior}/bin/task "$*"
|
||||
'';
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user