| 10 Jan 2025 |
GGG | I don't think there's much we can do without actually reproducing nuget's logic for restoring packages to know what will actually be used | 16:09:35 |
GGG | And even if we did, one package could use the net8.0 assembly and the other could use net7.0 | 16:10:14 |
Corngood | Yeah, and both could be used in a dependent package. Nuget packages are not really designed to be runtime dependencies. It still might be worth doing though, even if it's just to reduce the size of the leaf packages. | 16:53:22 |
6pak |
you're only linking to one of them, but pulling the whole package into the closure.
could we use multiple derivation outputs for this?
| 16:53:59 |
6pak | also whats the cost of adding more derivation/store objects in nixpkgs | 16:55:10 |
6pak | I mean eval time and storage wise | 16:55:14 |