lib-overlay.nix (
4
lines of code) (
raw
):
self: super: { lib = super.lib // (import ./pkgs/lib/default.nix { pkgs = self; }); }