| 9 Jan 2025 |
GGG | So it could be entirely indeterministic | 15:53:59 |
GGG | I think maybe we'll need to add the custom resolution logic long term | 15:57:46 |
GGG | Similar to the RPATH thing | 15:57:51 |
GGG | Or maybe just outright scan all needed libraries, read the RPATH of the app host and error if it's not there, which would be the faster/easier option | 15:58:31 |
6pak | whats even the point of app hosts on nixos | 15:59:29 |
GGG | I meant the apphost binary, the executable it generates on the output | 16:00:25 |
GGG | But yeah, there's no point | 16:00:36 |
6pak | yes I know, but do we need those for programs in nixpkgs | 16:00:41 |
GGG | We could likely replace it with a `makeBinaryWrapper` | 16:00:54 |
6pak | it's just unnecessary work on startup to find the dotnet runtime, and makes it less deterministic | 16:00:57 |
GGG | Well, for some programs it's useful since they want to use the installed SDK | 16:01:22 |