This commit is contained in:
parent
fc63759c1a
commit
e5b82f0902
|
@ -15,6 +15,4 @@ let
|
||||||
mapModules ./. (file: import file { inherit self lib pkgs inputs; })
|
mapModules ./. (file: import file { inherit self lib pkgs inputs; })
|
||||||
);
|
);
|
||||||
in
|
in
|
||||||
mylib.extend (self: super:
|
mylib.extend (self: super: foldr (a: b: a // b) { } (attrValues super))
|
||||||
foldr (a: b: a // b) { } (attrValues super)
|
|
||||||
)
|
|
||||||
|
|
Loading…
Reference in a new issue