mirror of
https://github.com/sstent/nixfotfiles_1.git
synced 2026-01-25 22:52:26 +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
|
|
]) |