3 lines
105 B
Nix
3 lines
105 B
Nix
final: prev:
|
|
prev.python310.withPackages
|
|
(packages: with packages; [ black pyflakes isort nose pytest ])
|