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