diff options
Diffstat (limited to 'overlays/worktime/default.nix')
-rw-r--r-- | overlays/worktime/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/worktime/default.nix b/overlays/worktime/default.nix index 26e1dfed..ab6fb40a 100644 --- a/overlays/worktime/default.nix +++ b/overlays/worktime/default.nix | |||
@@ -5,7 +5,7 @@ final: prev: { | |||
5 | 5 | ||
6 | phases = [ "buildPhase" "installPhase" ]; | 6 | phases = [ "buildPhase" "installPhase" ]; |
7 | 7 | ||
8 | python = prev.python37.withPackages (ps: with ps; [pyxdg dateutil uritools requests configparser]); | 8 | python = prev.python39.withPackages (ps: with ps; [pyxdg dateutil uritools requests configparser tabulate]); |
9 | 9 | ||
10 | buildPhase = '' | 10 | buildPhase = '' |
11 | substituteAll $src worktime | 11 | substituteAll $src worktime |