1
0
Fork 0

Fix tw-git

This commit is contained in:
Malte Brandy 2020-11-13 22:12:47 +01:00
parent 6f4e4af72e
commit 190e06c17b
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -89,11 +89,13 @@
in {
"add-git" = {
target = ".task/hooks/on-add.git";
source = "${pkgs.taskwarrior-git}/bin/taskwarrior-git on-add";
text = "${pkgs.taskwarrior-git}/bin/taskwarrior-git on-add";
executable = true;
};
"modify-git" = {
target = ".task/hooks/on-modify.git";
source = "${pkgs.taskwarrior-git}/bin/taskwarrior-git on-modify";
text = "${pkgs.taskwarrior-git}/bin/taskwarrior-git on-modify";
executable = true;
};
"add-notification" = {
target = ".task/hooks/on-add.notification";