diff --git a/modules/python-packages.nix b/modules/python-packages.nix new file mode 100644 index 0000000..429730e --- /dev/null +++ b/modules/python-packages.nix @@ -0,0 +1,7 @@ +{ pkgs }: + +pkgs.python3.withPackages (p: with p; [ + requests # HTTP library + setuptools # setup.py + paramiko # ssh library +]) \ No newline at end of file