lib: remove 'with self;'

This commit is contained in:
Bruno BELANYI 2021-09-24 00:57:46 +02:00
parent 8467fda721
commit 604b99a7ac
1 changed files with 1 additions and 2 deletions

View File

@ -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: