mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
pep508: Implement hack to correct positions
This commit is contained in:
parent
aed290dad2
commit
b1e4cdcb3d
1 changed files with 2 additions and 1 deletions
|
@ -35,8 +35,9 @@ let
|
|||
);
|
||||
|
||||
# Make a tree out of expression groups (parens)
|
||||
findSubExpressions = expr:
|
||||
findSubExpressions = expr':
|
||||
let
|
||||
expr = " " + expr';
|
||||
acc = builtins.foldl'
|
||||
findSubExpressionsFun
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue