pkgs: {
paths = with pkgs; [
pipenv
(python310.withPackages ( packages: with packages; [
setuptools
]))
];
}