summaryrefslogtreecommitdiff
path: root/overlays/worktime/shell.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2023-04-04 10:23:20 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2023-04-04 10:23:20 +0200
commit7e7656e22ced47bec5ea5bae1da08e3ef48d2e42 (patch)
treea4a1d4abda4092d69866dbaf6d281c93150f266f /overlays/worktime/shell.nix
parent47f8d03ecb9efe39045630a1ebdcbc1c5a8f424e (diff)
downloadnixos-7e7656e22ced47bec5ea5bae1da08e3ef48d2e42.tar
nixos-7e7656e22ced47bec5ea5bae1da08e3ef48d2e42.tar.gz
nixos-7e7656e22ced47bec5ea5bae1da08e3ef48d2e42.tar.bz2
nixos-7e7656e22ced47bec5ea5bae1da08e3ef48d2e42.tar.xz
nixos-7e7656e22ced47bec5ea5bae1da08e3ef48d2e42.zip
worktime...
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}