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