dotfiles/overlays/python.nix
2022-07-30 16:34:19 +02:00

3 lines
107 B
Nix

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