lib: fix formatting
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bruno BELANYI 2022-06-22 16:06:49 +02:00
parent fc63759c1a
commit e5b82f0902

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