summaryrefslogtreecommitdiff
path: root/overlays/worktime/default.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-03-31 18:12:12 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2021-03-31 18:12:12 +0200
commita58b96622154b0dc341c77e0f6229e16313e0c6c (patch)
tree5a954bc633f09a5f5658928bc8654f158c13fdf7 /overlays/worktime/default.nix
parent6076eacd2a783c0f80a801fbf8a6f65ca7f01dcd (diff)
downloadnixos-a58b96622154b0dc341c77e0f6229e16313e0c6c.tar
nixos-a58b96622154b0dc341c77e0f6229e16313e0c6c.tar.gz
nixos-a58b96622154b0dc341c77e0f6229e16313e0c6c.tar.bz2
nixos-a58b96622154b0dc341c77e0f6229e16313e0c6c.tar.xz
nixos-a58b96622154b0dc341c77e0f6229e16313e0c6c.zip
worktime holidays
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 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