new flake

This commit is contained in:
2023-11-29 19:49:09 +00:00
parent 9567d75cb8
commit ca61daf085
11 changed files with 171 additions and 752 deletions

View File

@@ -0,0 +1,7 @@
{pkgs}:
pkgs.python3.withPackages (p:
with p; [
requests # HTTP library
setuptools # setup.py
paramiko # ssh library
])