dotfiles/overlays/python.nix

4 lines
107 B
Nix

final: prev:
prev.python310.withPackages
(packages: with packages; [ black pyflakes isort nose pytest ])