3 lines
94 B
Nix
3 lines
94 B
Nix
self: super: {
|
|
lib = (super.lib or { }) // { qois = import ../lib { lib = self.lib; }; };
|
|
}
|