mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
nixpkgs-fmt seemingly not idempotent?
This commit is contained in:
parent
4ebbfdacd1
commit
70eb120314
1 changed files with 1 additions and 2 deletions
|
@ -71,8 +71,7 @@ let
|
|||
in
|
||||
builtins.foldl'
|
||||
(
|
||||
acc: v: acc ++ ( if builtins.typeOf v == "string" then parse v else [ (parseExpressions v) ]
|
||||
)
|
||||
acc: v: acc ++ ( if builtins.typeOf v == "string" then parse v else [ (parseExpressions v) ])
|
||||
) [ ] exprs;
|
||||
|
||||
# Transform individual expressions to structured expressions
|
||||
|
|
Loading…
Add table
Reference in a new issue