Nix + dotnet | 113 Members | |
| 23 Servers |
| Sender | Message | Time |
|---|---|---|
| 7 Nov 2025 | ||
|
Corngood this is my current version | 21:38:24 | |
| with the flake being defined as... https://cgit.rory.gay/matrix/LibMatrix.git/tree/flake.nix | 21:38:46 | |
| fwiw, it does just seem to be a build time dependency, not a runtime one? | 22:00:12 | |
this is what | 22:08:33 | |
| hm, i was cleaning up and... now i have an infinite recursion issue, yay /s | 22:54:03 | |
| 8 Nov 2025 | ||
| Yeah, that's a build time dependency. You shouldn't need to pull it down unless you're building something that directly depends on it. | 18:33:46 | |
| 9 Nov 2025 | ||
| then im not sure why i'd need to download it? | 00:12:42 | |
| I don't understand this yet, but:
| 17:27:37 | |
| * I don't understand this yet, but:
edit: oh, hang on, I think I know what's going on. None of the nuget packages are in the binary cache because they aren't recursed-into. That should be pretty easy to fix. I just never noticed because I always build VMR when doing upgrades, and they are trivial builds based on it. | 17:30:44 | |
| 11 Nov 2025 | ||
| Nudging my issue where I can't run debug on an app via VS on my NixOS system. From what I'm aware, I should have all of the packages needed for it?
| 05:38:21 | |
| It might be worth making an issue and pinging the maintainers. I don't personally use VS. Are there any more logs available? The one message you sent isn't clear about whether the debug server is missing or failing to start. | 14:05:00 | |
| .NET 10 is out 🎉 | 18:30:58 | |
| Not immediately available, but I'll see what I can figure out regarding logs. Thanks for the thoughts! | 19:31:58 | |
| Oh, it looks like I may be encountering https://github.com/NixOS/nixpkgs/issues/449679 | 20:23:35 | |
| 12 Nov 2025 | ||
| i dont use VSC either | 12:29:17 | |
| rider is mostly okay | 12:29:36 | |
| 12:38:45 | ||
| 13 Nov 2025 | ||
| someone's opened a pr for the new releases: https://github.com/NixOS/nixpkgs/pull/461120 | 10:15:04 | |
| I've been working on one too. I should have mentioned it. I'll post it today and compare them. | 11:32:33 | |
| I generally start on it when I get the release announcement. Unfortunately the update bot doesn't really work because of how the source and binary packages are coupled, but update.nix does usually work. | 11:34:32 | |
| Mine is here: https://github.com/NixOS/nixpkgs/pull/461246 It would be great to get the update bot working. It actually does manage to update the binary packages most of the time, but we currently build the top level packages (e.g. dotnet-sdk_8) as a composite of the binary SDK and source-built runtime. This means that you need to update them at the same time, or it'll fail a version assert. So like:
It' | 13:59:42 | |
| * Mine is here: https://github.com/NixOS/nixpkgs/pull/461246 It would be great to get the update bot working. It actually does manage to update the binary packages most of the time, but we currently build the top level packages (e.g. dotnet-sdk_8) as a composite of the binary SDK and source-built runtime. This means that you need to update them at the same time, or it'll fail a version assert. So like:
| 13:59:56 | |
| running nixpkgs-review now | 14:01:48 | |
| I had a brief look for examples of update scripts that deal with this sort of coupling, but I didn't find anything obvious. One method would be to make the composite SDK have an update script that calls both of the child ones. | 14:02:02 | |
| Dang, that's a chonky rebuild, pulling ≈20GB from the cache, that's ≈60GB uncompressed | 14:06:17 | |
| Building all this stuff is too expensive for nixpkgs-review-gha, so I'm not sure if the update bot would even be able to do it... I'm also running a review btw, on x86_64-linux. | 14:06:42 | |
| And then I usually do a darwin one from the community builder after that. | 14:07:02 | |
| I'm running on an 8C/16T ryzen server and it still takes a long time every update 🙃 | 14:08:19 | |
| Mostly due to a full webkit build somewhere down the dependency graph | 14:09:34 | |
| VMR 10 already failed for me... Looks like some sort of change to the output structure :| Why is there a webkit build? Something that's currently broken on master? | 14:10:55 | |