🐛 fix python module
parent
9d9328d499
commit
9068cd341b
|
@ -15,7 +15,7 @@ in
|
|||
default = [ "python310" ];
|
||||
type = with types; listOf str;
|
||||
example = [ "python39" ];
|
||||
apply = versions: builtins.map (version: prev.${version}.withPackages (packages: with packages; [ black pyflakes isort nose pytest python-lsp-server ]));
|
||||
apply = builtins.map (version: pkgs.${version}.withPackages (packages: with packages; [ black pyflakes isort nose pytest python-lsp-server ]));
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue