infrastructure/overlays/default.nix

5 lines
100 B
Nix

self: super: {
lib = (super.lib or { }) // {
qois = import ../lib { lib = self.lib; };
};
}