fix mkPoetryPython

This commit is contained in:
Andreas Rammhold 2019-12-17 14:50:27 +01:00 committed by Tobias Pflug
parent 5c76155666
commit 903b4fcd2b

View file

@ -115,11 +115,9 @@ let
}@attrs: let }@attrs: let
poetryPkg = poetry.override { inherit python; }; poetryPkg = poetry.override { inherit python; };
py = mkPoetryPython ( py = (mkPoetryPython {
{
inherit poetrylock overrides meta python; inherit poetrylock overrides meta python;
} }).python;
).python;
pyProject = readTOML pyproject; pyProject = readTOML pyproject;