lib: fix formatting

This commit is contained in:
Bruno BELANYI 2022-06-22 16:06:49 +02:00
parent 8a556585af
commit 3eb1dc086b
1 changed files with 1 additions and 3 deletions

View File

@ -15,6 +15,4 @@ let
mapModules ./. (file: import file { inherit self lib pkgs inputs; })
);
in
mylib.extend (self: super:
foldr (a: b: a // b) { } (attrValues super)
)
mylib.extend (self: super: foldr (a: b: a // b) { } (attrValues super))