From 02a7d9ee523d0411145d97dc45003f376ccce98c Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 13 Jul 2024 15:16:11 +0200 Subject: fix(modules): Adopt to flake update --- modules/home/conf/taskwarrior/hooks/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'modules/home/conf/taskwarrior') 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 ])) -- cgit 1.4.1