nix-pkgset
nix-pkgset copied to clipboard
Avoid re-splicing when merging package sets
Currently when you merge package sets using mergePackageSets, all packages get re-spliced. This is especially bad if you merge with the entire nixpkgs package set. We could generate a __splicedPackages attribute set for each package set and re-use it when merging (mimicking what nixpkgs does).