mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-25 14:41:44 +00:00
sync
This commit is contained in:
7
modules/python-packages.nix
Normal file
7
modules/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