lib: remove 'with self;'

This commit is contained in:
Bruno BELANYI 2021-09-24 00:57:46 +02:00
parent 9473cff408
commit d813d85af8

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: