| 18 Jan 2025 |
Corngood | Do you mean that the shell.nix no longer works with latest nixpkgs? | 02:06:33 |
Emmanuel Genga | In reply to @corngood:corngood.com Do you mean that the shell.nix no longer works with latest nixpkgs? Mostly think he's facing the same issue I did where it is very difficult to install workloads when using a shell.nix for dotnet, I struggled with it for a while and gave up, just decided to use devbox for my dotnet project that need workloads | 08:44:34 |
Waldemar Tomme (they/them) | Yes(-ish). I'm using the latest(-ish) nixpkgs (~a week old) and there the dotnet packages are wrapped so even if I would correct the paths in the script it wouldn't work because I would not manipulate the correct derivation. | 09:48:52 |
Waldemar Tomme (they/them) | When overriding and using just dotnetCorePackages.dotnet_8.sdk it works now I think (https://github.com/NixOS/nixpkgs/issues/226107#issuecomment-2598552335) | 10:43:05 |
Waldemar Tomme (they/them) | Sadly it still doesn't work. When I try to publish the android app I get an error that "Microsoft.NET.Runtime.MonoAOTCompiler.Task" can't be found in the "Sdks" folder in the dotnet sdk. | 11:48:12 |