3 lines
125 B
Nix
3 lines
125 B
Nix
final: prev:
|
|
prev.python310.withPackages
|
|
(packages: with packages; [ black pyflakes isort nose pytest python-lsp-server ])
|