forked from lix-project/lix
format repl-overlays.nix to fix pre-commit checks
Change-Id: I9487f5832160c1093d8752f883c1be85f8310e0f
This commit is contained in:
parent
a95c62673b
commit
7e139c52dd
|
@ -1,8 +1,5 @@
|
||||||
info:
|
info: initial: functions:
|
||||||
initial:
|
let
|
||||||
functions:
|
final = builtins.foldl' (prev: function: prev // (function info final prev)) initial functions;
|
||||||
let final = builtins.foldl'
|
in
|
||||||
(prev: function: prev // (function info final prev))
|
final
|
||||||
initial
|
|
||||||
functions;
|
|
||||||
in final
|
|
||||||
|
|
Loading…
Reference in a new issue