lib: remove 'with self;'
This commit is contained in:
parent
8467fda721
commit
604b99a7ac
|
@ -12,8 +12,7 @@ let
|
|||
};
|
||||
|
||||
mylib = makeExtensible (self:
|
||||
with self; mapModules ./.
|
||||
(file: import file { inherit self lib pkgs inputs; })
|
||||
mapModules ./. (file: import file { inherit self lib pkgs inputs; })
|
||||
);
|
||||
in
|
||||
mylib.extend (self: super:
|
||||
|
|
Loading…
Reference in a new issue