summaryrefslogtreecommitdiff
path: root/overlays/worktime/shell.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-11-29 12:13:28 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-11-29 12:13:28 +0100
commitc06d3b11b4138ce1821e89110fc64e6aa02d00ea (patch)
tree52eef5c3dab67484fc8e6fe6637651e3da8a8902 /overlays/worktime/shell.nix
parenta60a1a5709c2a7232ea32c821d444eca27f510a7 (diff)
downloadnixos-c06d3b11b4138ce1821e89110fc64e6aa02d00ea.tar
nixos-c06d3b11b4138ce1821e89110fc64e6aa02d00ea.tar.gz
nixos-c06d3b11b4138ce1821e89110fc64e6aa02d00ea.tar.bz2
nixos-c06d3b11b4138ce1821e89110fc64e6aa02d00ea.tar.xz
nixos-c06d3b11b4138ce1821e89110fc64e6aa02d00ea.zip
worktime: ...
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}