mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-25 22:51:49 +00:00
new flake
This commit is contained in:
7
home-manager/python-packages.nix
Normal file
7
home-manager/python-packages.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{pkgs}:
|
||||
pkgs.python3.withPackages (p:
|
||||
with p; [
|
||||
requests # HTTP library
|
||||
setuptools # setup.py
|
||||
paramiko # ssh library
|
||||
])
|
||||
Reference in New Issue
Block a user