Python: Difference between revisions
m spelling fix |
m Poetry doesn't have an input named `python` https://github.com/NixOS/nixpkgs/blob/7c503a8a9d182df45a4e4fc2f836bcc7316fed2c/pkgs/tools/package-management/poetry/default.nix#L1 |
||
Line 202: | Line 202: | ||
packages = with pkgs; [ | packages = with pkgs; [ | ||
python310 | python310 | ||
(poetry.override { | (poetry.override { python3 = python310; }) | ||
]; | ]; | ||
} | } |