mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-25 14:41:44 +00:00
10 lines
175 B
Nix
10 lines
175 B
Nix
{pkgs}:
|
|
pkgs.python3.withPackages (p:
|
|
with p; [
|
|
requests # HTTP library
|
|
setuptools # setup.py
|
|
paramiko # ssh library
|
|
prometheus-api-client
|
|
|
|
])
|