diff options
Diffstat (limited to 'overlays/worktime/shell.nix')
-rw-r--r-- | overlays/worktime/shell.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/overlays/worktime/shell.nix b/overlays/worktime/shell.nix new file mode 100644 index 00000000..18d2a68a --- /dev/null +++ b/overlays/worktime/shell.nix | |||
@@ -0,0 +1,5 @@ | |||
1 | { pkgs ? import <nixpkgs> {} }: | ||
2 | |||
3 | pkgs.mkShell { | ||
4 | buildInputs = [(pkgs.python310.withPackages (ps: with ps; [pyxdg python-dateutil uritools requests configparser tabulate]))]; | ||
5 | } | ||