Nix + dotnet | 126 Members | |
| 24 Servers |
| Sender | Message | Time |
|---|---|---|
| 4 Jun 2023 | ||
| 17:40:24 | ||
| 8 Jun 2023 | ||
| hey, can somebody take a look at https://github.com/NixOS/nixpkgs/pull/233422 ? it's been sitting for a while | 14:16:46 | |
| 13 Jun 2023 | ||
| 20:56:01 | ||
| 14 Jun 2023 | ||
| 07:03:09 | ||
| 16:17:33 | ||
| 23 Jun 2023 | ||
| https://github.com/NixOS/nixpkgs/pull/239360 https://discourse.nixos.org/t/creating-a-net-maintainers-team/29527 | 12:40:04 | |
| 25 Jun 2023 | ||
| 02:41:26 | ||
| 1 Jul 2023 | ||
is there an updateScript I can use for buildDotnetModule that'll update nugetDeps? or do I have to write my own script for that | 20:59:05 | |
| perhaps this is something that should be added to nix-update? | 20:59:55 | |
| unfortunately, currently you have to write a separate update script for each package | 23:09:01 | |
| making a common one is on my todo list though | 23:09:55 | |
| 6 Jul 2023 | ||
It seems like it would be relatively easy to add to something like nix-update, all you'd have to do is run the passthru script after updating | 00:51:46 | |
| 10 Jul 2023 | ||
| 09:07:56 | ||
| 19 Jul 2023 | ||
| 22:18:57 | ||
| 24 Jul 2023 | ||
| 17:40:14 | ||
| 25 Jul 2023 | ||
| 01:57:04 | ||
| 27 Jul 2023 | ||
| 03:03:06 | ||
| 30 Jul 2023 | ||
| 20:09:42 | ||
| I've been having trouble getting dotnet programs to run when they rely on On my nixos machine, running "Error loading unmanaged library from path: <snip>/nixos-dll-example/bin/Debug/net7.0/runtimes/linux-x64/native/libassimp.so". From the path, I take it that it's not trying to import a globally-installed library (though I did add it to the nix-shell just in case). Does anyone have insight as to if/how I could set up an environment where I could work on projects with these dependencies? | 21:47:46 | |
| 3 Aug 2023 | ||
In reply to @cwstra:matrix.org
The assimp native library depends on libz and libstdc++. Add this to the shellHook:
| 08:59:53 | |
| 5 Aug 2023 | ||
| I thought I was missing a trick. Thanks for the help! | 21:11:02 | |
| 13 Aug 2023 | ||
| 01:25:16 | ||
| 16:54:23 | ||
| Hiya. I'm at a job where we use a lot of dotnet, happy to help with issues | 16:59:06 | |
In reply to @raphi:tapesoftware.netSweet, this actually fixes my issue with missing sqlite lib. something custom that we have to ship. Nice co-incidence, I was dreading having to deal with this on monday. Thanks! | 20:19:25 | |
Just out of curiosity, is it possible to convert this addition to be system wide? using environment.sessionVariables sort of doesn't look right | 20:21:56 | |
* Just out of curiosity, is it possible to convert this addition to be system wide? using environment.sessionVariables sort of doesn't look right. I have to compile and run a bunch of different dotnet projects, this lib is needed a lot. Wouldn't mind having it available system wide | 20:25:32 | |
* Just out of curiosity, is it possible to convert this addition to be system wide? using environment.sessionVariables sort of doesn't look right. I have to compile and run a bunch of different dotnet projects, this lib is needed a lot. Wouldn't mind having it available system wide, or I'll basically be stuck in a nix-shell all the time | 20:25:50 | |
| 14 Aug 2023 | ||
| 03:24:41 | ||
Microsoft.NETCore.App.Runtime.Mono.browser-wasm seems to be missing from dotnet-sdk_7's packages, this is required to build a blazor wasm app, any solutions? | 03:32:53 | |