summaryrefslogtreecommitdiff
path: root/overlays/worktime/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/worktime/shell.nix')
-rw-r--r--overlays/worktime/shell.nix5
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
3pkgs.mkShell {
4 buildInputs = [(pkgs.python310.withPackages (ps: with ps; [pyxdg python-dateutil uritools requests configparser tabulate]))];
5}