nix-pkgset
nix-pkgset copied to clipboard
Avoid forking `makeScopeWithSplicing'`
Currently we have to do some modifications to makeScopeWithSplicing' from nixpkgs to recursively apply pkgs<build><host> to package sets. I wonder if there's a way of avoiding that. Possibly with overrideScope or fixed point hackery?