t14_legacy_config/home/shenvs/python.nix
Fabian Montero 2aa388c2d4 checkpoint
2024-04-06 12:10:20 -06:00

12 lines
161 B
Nix

{pkgs, ...}:
{
static = true;
packages = with pkgs; [
pipenv
(python310.withPackages ( packages: with packages; [
requests
]))
];
}