dotfiles/overlays/default.nix

3 lines
94 B
Nix

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