mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 17:21:39 -05:00
fix mkPoetryPython
This commit is contained in:
parent
5c76155666
commit
903b4fcd2b
1 changed files with 2 additions and 4 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue