Am Sat, May 23, 2026 at 10:10:05PM +0200 schrieb Ludovic Courtès: > We could choose to change (inputs (list gmp)) to mean: all the outputs > of ‘gmp’ are inputs (I believe this is what Nixpkgs ended up doing).
But then we would lose the advantage of different outputs, no? And potentially download 1GB of debug symbols for qtdeclarative for every package using Qt. Well, we could by default include only the "out" and "dev" outputs. In any case we would double the number of packages to download for each build, which would be bad for throughput. As in the past, I think it would be a lot of hassle for little gain. We would gain much more by applying grafts to outputs instead of derivations ;-) Andreas
