nixpkgs-fmt seemingly not idempotent?

This commit is contained in:
adisbladis 2020-04-29 14:16:00 +01:00
parent 4ebbfdacd1
commit 70eb120314
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -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