| 18 Feb 2025 |
dgb | https://github.com/NixOS/nixpkgs/pull/382993 alright, well there it is | 01:51:52 |
| 24 Feb 2025 |
| loudgolem joined the room. | 07:39:16 |
| 1 Mar 2025 |
| achnazoor left the room. | 12:44:17 |
| 3 Mar 2025 |
| Jaco joined the room. | 13:21:53 |
| 5 Mar 2025 |
| lzcunt joined the room. | 21:17:37 |
lzcunt | Heyy, packaging a dotnet app. It seems to run nuget restore instead of dotnet restore in its makefile, and seemingly fetch-deps doesn't do that | 21:18:09 |
lzcunt | I have no idea why those two commands are any different, I am not really a dotnet person. Testing manually, it seems dotnet restore fails to find anything to restore at all. What should I do? | 21:18:19 |
6pak | nuget would likely call the legacy mono/netfx nuget client | 21:20:34 |
6pak | while nixpkgs only really supports the modern dotnet sdk | 21:20:43 |
lzcunt | Ah, is there a way to get the solution to restore with dotnet instead? | 21:21:14 |
6pak | what app is it? | 21:21:24 |
lzcunt | OpenBVE | 21:21:28 |
lzcunt | train simulator :3 | 21:21:35 |
6pak | "makefile" sounds like it does some custom build logic | 21:21:44 |