about summary refs log tree commit diff stats
path: root/modules/home/conf/taskwarrior/hooks
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/conf/taskwarrior/hooks')
-rw-r--r--modules/home/conf/taskwarrior/hooks/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/home/conf/taskwarrior/hooks/default.nix b/modules/home/conf/taskwarrior/hooks/default.nix
index 4bac0ca7..ef97e1b5 100644
--- a/modules/home/conf/taskwarrior/hooks/default.nix
+++ b/modules/home/conf/taskwarrior/hooks/default.nix
@@ -48,7 +48,8 @@
     buildInputs = [
       pkgs.timewarrior
       pkgs.taskwarrior
-      (pkgs.python3.withPackages (pythonPackages:
+      # TODO: Use a `taskw` package, that actually supports newer python variants <2024-07-13>
+      (pkgs.python311.withPackages (pythonPackages:
         with pythonPackages; [
           taskw
         ]))
@@ -67,7 +68,8 @@
     ];
     buildInputs = [
       pkgs.taskwarrior
-      (pkgs.python3.withPackages (pythonPackages:
+      # TODO: Use a `taskw` package, that actually supports newer python variants <2024-07-13>
+      (pkgs.python311.withPackages (pythonPackages:
         with pythonPackages; [
           taskw
         ]))