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