summaryrefslogtreecommitdiff
path: root/overlays/worktime/default.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2023-01-06 00:07:34 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2023-01-06 00:07:34 +0100
commit7bc537b401436edff868777f36c45661183c9115 (patch)
treee8c16cb5a9813a9e7ca273e34e5f5c37e8873221 /overlays/worktime/default.nix
parentd583b7d1144e14861b29a07393983bae10315933 (diff)
downloadnixos-7bc537b401436edff868777f36c45661183c9115.tar
nixos-7bc537b401436edff868777f36c45661183c9115.tar.gz
nixos-7bc537b401436edff868777f36c45661183c9115.tar.bz2
nixos-7bc537b401436edff868777f36c45661183c9115.tar.xz
nixos-7bc537b401436edff868777f36c45661183c9115.zip
...
Diffstat (limited to 'overlays/worktime/default.nix')
-rw-r--r--overlays/worktime/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/worktime/default.nix b/overlays/worktime/default.nix
index 20c0b90f..699e00c0 100644
--- a/overlays/worktime/default.nix
+++ b/overlays/worktime/default.nix
@@ -5,7 +5,7 @@
5 5
6 phases = [ "buildPhase" "checkPhase" "installPhase" ]; 6 phases = [ "buildPhase" "checkPhase" "installPhase" ];
7 7
8 python = prev.python39.withPackages (ps: with ps; [pyxdg python-dateutil uritools requests configparser tabulate]); 8 python = prev.python39.withPackages (ps: with ps; [pyxdg python-dateutil uritools requests configparser tabulate backoff]);
9 buildInputs = [ python ]; 9 buildInputs = [ python ];
10 10
11 buildPhase = '' 11 buildPhase = ''