🐛 fix python module

dev-docs
Moritz Böhme 2022-08-31 20:02:08 +02:00
parent 9d9328d499
commit 9068cd341b
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 1 additions and 1 deletions

View File

@ -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 ]));
};
};