mirror of
https://github.com/sstent/vmimages.git
synced 2025-12-06 06:01:51 +00:00
7 lines
128 B
Nix
7 lines
128 B
Nix
{ pkgs }:
|
|
|
|
pkgs.python3.withPackages (p: with p; [
|
|
requests # HTTP library
|
|
setuptools # setup.py
|
|
paramiko # ssh library
|
|
]) |