| 24 Dec 2024 |
6pak | be it rec keyword or referencing yet to be created variable | 02:24:24 |
6pak | but wait, actually it might | 02:25:45 |
6pak | maybe you are supposed to put buildDotnetModule before self at the end there | 02:26:00 |
6pak | uhhh | 02:26:01 |
GGG | Not that confusing when you manage to change your mindset | 02:26:52 |
GGG | Nix is a truly lazily evaluated language | 02:27:00 |
6pak | nvm it's fine as is | 02:29:45 |
6pak | because override returns a new attr set | 02:29:53 |
6pak | * because overrideAttrs returns a new attr set | 02:30:05 |
6pak | but I guess it is different from rec in a way because the stuff gets processed by buildDotnetModule | 02:31:57 |
6pak | so perf wise rec might be better I guess | 02:32:25 |
GGG | I don't know if it actually makes any difference honestly | 02:33:34 |
6pak | eval speed is unbearably slow no matter what -_- | 02:33:54 |
GGG | I was just afraid it was being redundant, but if it isn't then there's no point, you can ignore it | 02:33:55 |
GGG | In reply to @6pak:matrix.org eval speed is unbearably slow no matter what -_- Yeah, unfortunately eval is something that's really awfully slow in nix | 02:34:11 |
GGG | I dread every time I have to rebuild my config, it takes literal minutes | 02:34:30 |
6pak | yeah | 02:35:03 |
Emma [it/its] | same here, wish it wasnt that way | 02:42:39 |
GGG | Here's hoping the multithreaded eval PR goes faster | 02:50:09 |
GGG | @corngood:corngood.com guess we'll need to re-run the update scripts for all versions even if they're the same: https://github.com/dotnet/announcements/issues/336 | 02:50:44 |
GGG | I'll get a PR up and running for that | 02:56:42 |
GGG | You need to adjust yours as well @6pak:matrix.org: | 02:56:54 |
GGG | * You need to adjust yours as well
@6pak:matrix.org | 02:57:01 |
GGG | also, thinking of it | 03:58:40 |
GGG | we should separate test-only nuget packages from actual program nuget packages | 03:58:53 |
GGG | cause currently they remain in the closure, I think | 03:59:00 |
GGG | or are they just thrown away since they're only buildPackages and not runtimePackages? | 03:59:22 |
GGG | Seems only the source builds are affected by this, the binary SDKs/runtimes use download.visualstudio.microsoft.com. | 04:33:06 |
Emma [it/its] | doesnt the announcement say they already migrated some stuff anyways | 04:38:28 |
GGG | no, they haven't yet | 04:38:41 |