lib: fix formatting
This commit is contained in:
parent
8a556585af
commit
3eb1dc086b
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue