1
0
Fork 0

Fix taskwarrior

This commit is contained in:
Malte Brandy 2020-10-16 15:23:25 +02:00
parent 647a9fb83d
commit 69cdd927f0
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -87,6 +87,14 @@
BS.hPut stdout input
'';
in {
"add-git" = {
target = ".task/hooks/on-add.git";
source = "${pkgs.taskwarrior-git}/bin/taskwarrior-git on-add";
};
"modify-git" = {
target = ".task/hooks/on-modify.git";
source = "${pkgs.taskwarrior-git}/bin/taskwarrior-git on-modify";
};
"add-notification" = {
target = ".task/hooks/on-add.notification";
source = "${on-add}/bin/on-add";