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