| 17 Mar 2026 |
lostmsu | What's needed to merge that one? | 20:48:57 |
JamieMagee | A review from @corngood:corngood.com 😅 | 21:57:42 |
Corngood | In reply to @jammie:matrix.org A review from @corngood:corngood.com 😅 I just merged the march updates today, will it need to be revised for that? I'll try to take a look soon | 22:14:00 |
JamieMagee | Yeah, let me regenerate and rebase my PR | 22:14:48 |
| 18 Mar 2026 |
JamieMagee | Updated with the March .NET patches
https://github.com/NixOS/nixpkgs/pull/498033 | 04:00:25 |
lostmsu | Corngood: can you merge withWorkloads? | 18:37:19 |
| 23 Mar 2026 |
Whovian9369 | I entirely forgot to reply to check back in about my inquiry - Sorry about that!
Is it okay if I DM you further details? | 02:30:33 |
Whovian9369 | I just realized that I had a binary hardcoded on one environment but not the other, so that's my mistake. | 02:40:32 |
| 24 Mar 2026 |
| @zaphar_ps:matrix.org left the room. | 15:08:14 |
| @ortolanbunting3002:tchncs.de left the room. | 23:18:18 |
| 25 Mar 2026 |
lostmsu | Could anyone please point me to the Matrix room for nixpkgs review requests? | 13:40:29 |
Sandro 🐧 | #review-requests:nixos.org | 19:06:04 |
| 1 Apr 2026 |
| @onur-ozkan:matrix.org left the room. | 08:18:31 |
| 6 Apr 2026 |
Emma [it/its] | hm, i wonder if it's somehow possible to use a nix eval to get the path or at least filename of the nugetDeps json file | 13:07:56 |
Emma [it/its] | i could re-export the nugetDeps argument under a different name for myself, but that feels like a hack | 13:11:46 |
Corngood | fetch-deps does something like that, so it should be possible | 14:23:22 |
| 7 Apr 2026 |
Emma [it/its] | did some digging, if im understanding it right, the path to the nuget deps list isn't re-exported | 08:07:51 |
Emma [it/its] | https://github.com/NixOS/nixpkgs/blob/3d13509c6e00130246f5c482a18fa2a6179237e6/pkgs/build-support/dotnet/add-nuget-deps/default.nix
this imports the nuget package lock as is, replacing it in the derivation, and adds the nuget deps based on the original attributes | 08:09:12 |
Emma [it/its] | so it seems that adding a __nugetDeps attribute to the derivation myself is the right call here | 08:10:00 |
| 8 Apr 2026 |
| JamieMagee set a profile picture. | 03:42:57 |
| 9 Apr 2026 |
Emma [it/its] | hm, i wonder how to work around weird path resolution with the fetch deps script | 20:07:00 |
Emma [it/its] | sh-5.3$ ./update-deps-Spacebar-Cdn-Worker-x86_64-Q8 Spacebar.Cdn.Worker/deps.x86_64-Q8.json
fetching dependencies for Spacebar.Cdn.Worker-x86_64-Q8-1.0.0-preview.20260406-122855
Running phase: unpackPhase
unpacking source archive /nix/store/dmrp0wjz109whwl353wjlxlziv3qriyg-source
source root is source
Running phase: patchPhase
Running phase: configureNuget
The template "NuGet Config" was created successfully.
Processing post-creation actions...
Running phase: updateAutotoolsGnuConfigScriptsPhase
Running phase: configurePhase
Executing dotnetConfigureHook
MSBUILD : error MSB1009: Project file does not exist.
Switch: Spacebar.Cdn.Worker-x86_64-Q8.csproj
| 20:07:36 |
Emma [it/its] | wait, i think i may have footgunned myself | 20:12:53 |
Emma [it/its] | yep, i flipped 2 args in my project names lol | 20:15:58 |