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