This commit is contained in:
parent
fc63759c1a
commit
e5b82f0902
|
@ -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