diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-01-06 00:07:34 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-01-06 00:07:34 +0100 |
commit | 7bc537b401436edff868777f36c45661183c9115 (patch) | |
tree | e8c16cb5a9813a9e7ca273e34e5f5c37e8873221 /overlays/worktime/default.nix | |
parent | d583b7d1144e14861b29a07393983bae10315933 (diff) | |
download | nixos-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.nix | 2 |
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 = '' |