nix-pkgset icon indicating copy to clipboard operation
nix-pkgset copied to clipboard

Avoid re-splicing when merging package sets

Open szlend opened this issue 1 year ago • 0 comments

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).

szlend avatar Feb 17 '24 14:02 szlend